#273F62

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

Shades of Catalina Blue #273F62

Tints of Catalina Blue #273F62

Color information

#273F62 (or 0x273F62) is unknown color: approx Catalina Blue. HEX triplet: 27, 3F and 62. RGB value is (39,63,98). Sum of RGB (Red+Green+Blue) = 39+63+98=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #273F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F62 is #D8C09D. Grayscale: #3B3B3B. Windows color (decimal): -14205086 or 6438695. OLE color: 6438695.

HSL color Cylindrical-coordinate representation of color #273F62: hue angle of 215.59º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273F62 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB396398-
CMYK0.600.3600.62
HSL215.59º43.07%26.86%-
HSV(B)215.59º60.2%38.43%-
XYZ4.824.8712.24-
YUV59.81149.55113.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 98 (38.67% from 255) = 49%
R=19.5%
G=31.5%
B=49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3963980.600.3600.62215.5943.0726.86
Hex273F623C2403Ed82b1b
Octal477714274440763305333
Binary100111111111110001011110010010001111101101100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273F62; }

 p { color: rgb(39,63,98); }

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

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

 a { background-color: rgb(39,63,98); }

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

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

 span { border-color: rgb(39,63,98); }

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