#273B62

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

Shades of Catalina Blue #273B62

Tints of Catalina Blue #273B62

Color information

#273B62 (or 0x273B62) is unknown color: approx Catalina Blue. HEX triplet: 27, 3B and 62. RGB value is (39,59,98). Sum of RGB (Red+Green+Blue) = 39+59+98=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #273B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B62 is #D8C49D. Grayscale: #393939. Windows color (decimal): -14206110 or 6437671. OLE color: 6437671.

HSL color Cylindrical-coordinate representation of color #273B62: hue angle of 219.66º 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 #273B62 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB395998-
CMYK0.600.4000.62
HSL219.66º43.07%26.86%-
HSV(B)219.66º60.2%38.43%-
XYZ4.614.4412.17-
YUV57.47150.87114.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 98 (38.67% from 255) = 50%
R=19.90%
G=30.10%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3959980.600.4000.62219.6643.0726.86
Hex273B623C2803Edc2b1b
Octal477314274500763345333
Binary100111111011110001011110010100001111101101110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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