#267EB2

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

Shades of Curious Blue #267EB2

Tints of Curious Blue #267EB2

Color information

#267EB2 (or 0x267EB2) is unknown color: approx Curious Blue. HEX triplet: 26, 7E and B2. RGB value is (38,126,178). Sum of RGB (Red+Green+Blue) = 38+126+178=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #267EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267EB2 is #D9814D. Grayscale: #696969. Windows color (decimal): -14254414 or 11697702. OLE color: 11697702.

HSL color Cylindrical-coordinate representation of color #267EB2: hue angle of 202.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #267EB2 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB38126178-
CMYK0.790.2900.30
HSL202.29º64.81%42.35%-
HSV(B)202.29º78.65%69.8%-
XYZ16.318.5544.84-
YUV105.62168.8579.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.11%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 178 (69.92% from 255) = 52.05%
R=11.11%
G=36.84%
B=52.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal381261780.790.2900.30202.2964.8142.35
Hex267EB24F1D01Eca412a
Octal461762621173503631210152
Binary100110111111010110010100111111101011110110010101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,126,178); }

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

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

 a { background-color: rgb(38,126,178); }

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

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

 span { border-color: rgb(38,126,178); }

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