#267BC6

Color #267BC6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #267BC6

Tints of Curious Blue #267BC6

Color information

#267BC6 (or 0x267BC6) is unknown color: approx Curious Blue. HEX triplet: 26, 7B and C6. RGB value is (38,123,198). Sum of RGB (Red+Green+Blue) = 38+123+198=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #267BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BC6 is #D98439. Grayscale: #696969. Windows color (decimal): -14255162 or 13007654. OLE color: 13007654.

HSL color Cylindrical-coordinate representation of color #267BC6: hue angle of 208.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267BC6 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38123198-
CMYK0.810.3800.22
HSL208.12º67.8%46.27%-
HSV(B)208.12º80.81%77.65%-
XYZ18.0818.6656.07-
YUV106.14179.8479.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.58%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 198 (77.73% from 255) = 55.15%
R=10.58%
G=34.26%
B=55.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381231980.810.3800.22208.1267.846.27
Hex267BC65126016d0442e
Octal461733061214602632010456
Binary1001101111011110001101010001100110010110110100001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267BC6; }

 p { color: rgb(38,123,198); }

 H1.HeaderClassName
 {
   color: #267BC6;
 }
 .AnyTagClassName
 {
   color: #267BC6;
 }
</style>
background-color css

<style>
 a { background-color: #267BC6; }

 a { background-color: rgb(38,123,198); }

 div.DivClassName
 {
   background-color: #267BC6;
 }
 .BgClassName
 {
   background-color: #267BC6;
 }
</style>
border-color css

<style>
 span { border-color: #267BC6; }

 span { border-color: rgb(38,123,198); }

 td.TdClassName
 {
   border-color: #267BC6;
 }
 .TagClassName
 {
   border-color: #267BC6;
 }
</style>