Html Css Color HEX #273B52 Catalina Blue

📋 copy color: '#273B52'

red 39 ◦ green 59 ◦ blue 82

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

Shades of Catalina Blue #273B52

Tints of Catalina Blue #273B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.78%

 BLUE value IS 82 (32.42% from 255) = 45.56%

R = 21.67%
G = 32.78%
B = 45.56%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#273B52 (or 0x273B52) is known color: Catalina Blue. HEX triplet: 27, 3B and 52. RGB value is (39,59,82). Sum of RGB (Red+Green+Blue) = 39+59+82=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #273B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B52 is #D8C4AD. Grayscale: #373737. Windows color (decimal): -14206126 or 5389095. OLE color: 5389095.

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

Color convert

RGB 39 59 82 -
CMYK 0.52 0.28 0 0.68
HSL 212.09º 0.36% 0.24% -
HSV(B) 212.09º 0.52% 0.32% -
XYZ 3.92 4.17 8.58 -
YUV 55.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 39 59 82 0.52 0.28 0 0.68 212.09 0.36 0.24
Hex 27 3B 52 34 1C 0 44 D4 24 18
Octal 47 73 122 64 34 0 104 324 44 30
Binary 100111 111011 1010010 110100 11100 0 1000100 11010100 100100 11000

Color Harmonies of #273B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273B52

Black with #273B52

Text Example


Text Example

White with #273B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,59,82); }

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

background-color css

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

 a { background-color: rgb(39,59,82); }

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

border-color css

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

 span { border-color: rgb(39,59,82); }

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