#274366

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

Shades of Catalina Blue #274366

Tints of Catalina Blue #274366

Color information

#274366 (or 0x274366) is unknown color: approx Catalina Blue. HEX triplet: 27, 43 and 66. RGB value is (39,67,102). Sum of RGB (Red+Green+Blue) = 39+67+102=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #274366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274366 is #D8BC99. Grayscale: #3E3E3E. Windows color (decimal): -14204058 or 6701863. OLE color: 6701863.

HSL color Cylindrical-coordinate representation of color #274366: hue angle of 213.33º 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 #274366 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3967102-
CMYK0.620.3400.6
HSL213.33º44.68%27.65%-
HSV(B)213.33º61.76%40%-
XYZ5.245.413.34-
YUV62.62150.22111.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=18.75%
G=32.21%
B=49.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39671020.620.3400.6213.3344.6827.65
Hex2743663E2203Cd52d1c
Octal4710314676420743255534
Binary1001111000011110011011111010001001111001101010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274366; }

 p { color: rgb(39,67,102); }

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

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

 a { background-color: rgb(39,67,102); }

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

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

 span { border-color: rgb(39,67,102); }

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