#274067

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

Shades of Catalina Blue #274067

Tints of Catalina Blue #274067

Color information

#274067 (or 0x274067) is unknown color: approx Catalina Blue. HEX triplet: 27, 40 and 67. RGB value is (39,64,103). Sum of RGB (Red+Green+Blue) = 39+64+103=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #274067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274067 is #D8BF98. Grayscale: #3C3C3C. Windows color (decimal): -14204825 or 6766631. OLE color: 6766631.

HSL color Cylindrical-coordinate representation of color #274067: hue angle of 216.56º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274067 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3964103-
CMYK0.620.3800.60
HSL216.56º45.07%27.84%-
HSV(B)216.56º62.14%40.39%-
XYZ5.125.0813.54-
YUV60.97151.72112.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 103 (40.62% from 255) = 50%
R=18.93%
G=31.07%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39641030.620.3800.60216.5645.0727.84
Hex2740673E2603Cd92d1c
Octal4710014776460743315534
Binary1001111000000110011111111010011001111001101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274067; }

 p { color: rgb(39,64,103); }

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

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

 a { background-color: rgb(39,64,103); }

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

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

 span { border-color: rgb(39,64,103); }

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