Html Css Color HEX #273560 Catalina Blue

📋 copy color: '#273560'

red 39 ◦ green 53 ◦ blue 96

#273560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #273560

Tints of Catalina Blue #273560

RGB

 RED value IS 39 (15.63% from 255) = 20.74%

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 20.74%
G = 28.19%
B = 51.06%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#273560 (or 0x273560) is known color: Catalina Blue. HEX triplet: 27, 35 and 60. RGB value is (39,53,96). Sum of RGB (Red+Green+Blue) = 39+53+96=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #273560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273560 is #D8CA9F. Grayscale: #353535. Windows color (decimal): -14207648 or 6305063. OLE color: 6305063.

HSL color Cylindrical-coordinate representation of color #273560: hue angle of 225.26º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #273560 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 53 96 -
CMYK 0.59 0.45 0 0.62
HSL 225.26º 0.42% 0.26% -
HSV(B) 225.26º 0.59% 0.38% -
XYZ 4.22 3.82 11.58 -
YUV 53.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 39 53 96 0.59 0.45 0 0.62 225.26 0.42 0.26
Hex 27 35 60 3B 2D 0 3E E1 2A 1A
Octal 47 65 140 73 55 0 76 341 52 32
Binary 100111 110101 1100000 111011 101101 0 111110 11100001 101010 11010

Color Harmonies of #273560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273560

Black with #273560

Text Example


Text Example

White with #273560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273560; }

 p { color: rgb(39,53,96); }

 H1.HeaderClassName
 {
   color: #273560;
 }
 .AnyTagClassName
 {
   color: #273560;
 }
</style>

background-color css

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

 a { background-color: rgb(39,53,96); }

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

border-color css

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

 span { border-color: rgb(39,53,96); }

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