Html Css Color HEX #273C60 Catalina Blue

📋 copy color: '#273C60'

red 39 ◦ green 60 ◦ blue 96

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

Shades of Catalina Blue #273C60

Tints of Catalina Blue #273C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

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

R = 20%
G = 30.77%
B = 49.23%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#273C60 (or 0x273C60) is known color: Catalina Blue. HEX triplet: 27, 3C and 60. RGB value is (39,60,96). Sum of RGB (Red+Green+Blue) = 39+60+96=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #273C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C60 is #D8C39F. Grayscale: #393939. Windows color (decimal): -14205856 or 6306855. OLE color: 6306855.

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

Color convert

RGB 39 60 96 -
CMYK 0.59 0.38 0 0.62
HSL 217.89º 0.42% 0.26% -
HSV(B) 217.89º 0.59% 0.38% -
XYZ 4.56 4.51 11.7 -
YUV 57.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 39 60 96 0.59 0.38 0 0.62 217.89 0.42 0.26
Hex 27 3C 60 3B 26 0 3E DA 2A 1A
Octal 47 74 140 73 46 0 76 332 52 32
Binary 100111 111100 1100000 111011 100110 0 111110 11011010 101010 11010

Color Harmonies of #273C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C60

Black with #273C60

Text Example


Text Example

White with #273C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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