Html Css Color HEX #273F58 Catalina Blue

📋 copy color: '#273F58'

red 39 ◦ green 63 ◦ blue 88

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

Shades of Catalina Blue #273F58

Tints of Catalina Blue #273F58

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 20.53%
G = 33.16%
B = 46.32%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#273F58 (or 0x273F58) is known color: Catalina Blue. HEX triplet: 27, 3F and 58. RGB value is (39,63,88). Sum of RGB (Red+Green+Blue) = 39+63+88=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #273F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F58 is #D8C0A7. Grayscale: #3A3A3A. Windows color (decimal): -14205096 or 5783335. OLE color: 5783335.

HSL color Cylindrical-coordinate representation of color #273F58: hue angle of 210.61º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #273F58 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 63 88 -
CMYK 0.56 0.28 0 0.65
HSL 210.61º 0.39% 0.25% -
HSV(B) 210.61º 0.56% 0.35% -
XYZ 4.38 4.69 9.91 -
YUV 58.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 39 63 88 0.56 0.28 0 0.65 210.61 0.39 0.25
Hex 27 3F 58 38 1C 0 41 D3 27 19
Octal 47 77 130 70 34 0 101 323 47 31
Binary 100111 111111 1011000 111000 11100 0 1000001 11010011 100111 11001

Color Harmonies of #273F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F58

Black with #273F58

Text Example


Text Example

White with #273F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,63,88); }

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

background-color css

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

 a { background-color: rgb(39,63,88); }

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

border-color css

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

 span { border-color: rgb(39,63,88); }

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