#273D65

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

Shades of Catalina Blue #273D65

Tints of Catalina Blue #273D65

Color information

#273D65 (or 0x273D65) is unknown color: approx Catalina Blue. HEX triplet: 27, 3D and 65. RGB value is (39,61,101). Sum of RGB (Red+Green+Blue) = 39+61+101=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #273D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D65 is #D8C29A. Grayscale: #3A3A3A. Windows color (decimal): -14205595 or 6634791. OLE color: 6634791.

HSL color Cylindrical-coordinate representation of color #273D65: hue angle of 218.71º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273D65 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3961101-
CMYK0.610.4000.60
HSL218.71º44.29%27.45%-
HSV(B)218.71º61.39%39.61%-
XYZ4.854.7112.96-
YUV58.98151.71113.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=19.40%
G=30.35%
B=50.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39611010.610.4000.60218.7144.2927.45
Hex273D653D2803Cdb2c1b
Octal477514575500743335433
Binary100111111101110010111110110100001111001101101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,61,101); }

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

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

 a { background-color: rgb(39,61,101); }

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

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

 span { border-color: rgb(39,61,101); }

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