Html Css Color HEX #273A58 Catalina Blue

📋 copy color: '#273A58'

red 39 ◦ green 58 ◦ blue 88

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

Shades of Catalina Blue #273A58

Tints of Catalina Blue #273A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

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

R = 21.08%
G = 31.35%
B = 47.57%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#273A58 (or 0x273A58) is known color: Catalina Blue. HEX triplet: 27, 3A and 58. RGB value is (39,58,88). Sum of RGB (Red+Green+Blue) = 39+58+88=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #273A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A58 is #D8C5A7. Grayscale: #373737. Windows color (decimal): -14206376 or 5782055. OLE color: 5782055.

HSL color Cylindrical-coordinate representation of color #273A58: hue angle of 216.73º 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 #273A58 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 58 88 -
CMYK 0.56 0.34 0 0.65
HSL 216.73º 0.39% 0.25% -
HSV(B) 216.73º 0.56% 0.35% -
XYZ 4.11 4.16 9.82 -
YUV 55.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 39 58 88 0.56 0.34 0 0.65 216.73 0.39 0.25
Hex 27 3A 58 38 22 0 41 D9 27 19
Octal 47 72 130 70 42 0 101 331 47 31
Binary 100111 111010 1011000 111000 100010 0 1000001 11011001 100111 11001

Color Harmonies of #273A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273A58

Black with #273A58

Text Example


Text Example

White with #273A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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