Html Css Color HEX #273C56 Catalina Blue

📋 copy color: '#273C56'

red 39 ◦ green 60 ◦ blue 86

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

Shades of Catalina Blue #273C56

Tints of Catalina Blue #273C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 21.08%
G = 32.43%
B = 46.49%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#273C56 (or 0x273C56) is known color: Catalina Blue. HEX triplet: 27, 3C and 56. RGB value is (39,60,86). Sum of RGB (Red+Green+Blue) = 39+60+86=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #273C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C56 is #D8C3A9. Grayscale: #383838. Windows color (decimal): -14205866 or 5651495. OLE color: 5651495.

HSL color Cylindrical-coordinate representation of color #273C56: hue angle of 213.19º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #273C56 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 60 86 -
CMYK 0.55 0.30 0 0.66
HSL 213.19º 0.38% 0.25% -
HSV(B) 213.19º 0.55% 0.34% -
XYZ 4.13 4.33 9.42 -
YUV 56.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 39 60 86 0.55 0.30 0 0.66 213.19 0.38 0.25
Hex 27 3C 56 37 1E 0 42 D5 26 19
Octal 47 74 126 67 36 0 102 325 46 31
Binary 100111 111100 1010110 110111 11110 0 1000010 11010101 100110 11001

Color Harmonies of #273C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C56

Black with #273C56

Text Example


Text Example

White with #273C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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