Html Css Color HEX #273C53 Catalina Blue

📋 copy color: '#273C53'

red 39 ◦ green 60 ◦ blue 83

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

Shades of Catalina Blue #273C53

Tints of Catalina Blue #273C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 21.43%
G = 32.97%
B = 45.6%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#273C53 (or 0x273C53) is known color: Catalina Blue. HEX triplet: 27, 3C and 53. RGB value is (39,60,83). Sum of RGB (Red+Green+Blue) = 39+60+83=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #273C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C53 is #D8C3AC. Grayscale: #383838. Windows color (decimal): -14205869 or 5454887. OLE color: 5454887.

HSL color Cylindrical-coordinate representation of color #273C53: hue angle of 211.36º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #273C53 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 60 83 -
CMYK 0.53 0.28 0 0.67
HSL 211.36º 0.36% 0.24% -
HSV(B) 211.36º 0.53% 0.33% -
XYZ 4.01 4.29 8.8 -
YUV 56.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 39 60 83 0.53 0.28 0 0.67 211.36 0.36 0.24
Hex 27 3C 53 35 1C 0 43 D3 24 18
Octal 47 74 123 65 34 0 103 323 44 30
Binary 100111 111100 1010011 110101 11100 0 1000011 11010011 100100 11000

Color Harmonies of #273C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C53

Black with #273C53

Text Example


Text Example

White with #273C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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