#267AB4

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

Shades of Curious Blue #267AB4

Tints of Curious Blue #267AB4

Color information

#267AB4 (or 0x267AB4) is unknown color: approx Curious Blue. HEX triplet: 26, 7A and B4. RGB value is (38,122,180). Sum of RGB (Red+Green+Blue) = 38+122+180=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #267AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267AB4 is #D9854B. Grayscale: #676767. Windows color (decimal): -14255436 or 11827750. OLE color: 11827750.

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

Color convert

RGB38122180-
CMYK0.790.3200.29
HSL204.51º65.14%42.75%-
HSV(B)204.51º78.89%70.59%-
XYZ1617.6345.74-
YUV103.5171.1781.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.18%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=11.18%
G=35.88%
B=52.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381221800.790.3200.29204.5165.1442.75
Hex267AB44F2001Dcd412b
Octal461722641174003531510153
Binary1001101111010101101001001111100000011101110011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,122,180); }

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

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

 a { background-color: rgb(38,122,180); }

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

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

 span { border-color: rgb(38,122,180); }

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