#273D64

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

Shades of Catalina Blue #273D64

Tints of Catalina Blue #273D64

Color information

#273D64 (or 0x273D64) is unknown color: approx Catalina Blue. HEX triplet: 27, 3D and 64. RGB value is (39,61,100). Sum of RGB (Red+Green+Blue) = 39+61+100=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #273D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D64 is #D8C29B. Grayscale: #3A3A3A. Windows color (decimal): -14205596 or 6569255. OLE color: 6569255.

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

Color convert

RGB3961100-
CMYK0.610.3900.61
HSL218.36º43.88%27.25%-
HSV(B)218.36º61%39.22%-
XYZ4.814.6912.71-
YUV58.87151.21113.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 100 (39.45% from 255) = 50%
R=19.5%
G=30.5%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39611000.610.3900.61218.3643.8827.25
Hex273D643D2703Dda2c1b
Octal477514475470753325433
Binary100111111101110010011110110011101111011101101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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