Html Css Color HEX #273E5B Catalina Blue

📋 copy color: '#273E5B'

red 39 ◦ green 62 ◦ blue 91

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

Shades of Catalina Blue #273E5B

Tints of Catalina Blue #273E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.29%

 BLUE value IS 91 (35.94% from 255) = 47.4%

R = 20.31%
G = 32.29%
B = 47.4%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#273E5B (or 0x273E5B) is known color: Catalina Blue. HEX triplet: 27, 3E and 5B. RGB value is (39,62,91). Sum of RGB (Red+Green+Blue) = 39+62+91=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #273E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E5B is #D8C1A4. Grayscale: #3A3A3A. Windows color (decimal): -14205349 or 5979687. OLE color: 5979687.

HSL color Cylindrical-coordinate representation of color #273E5B: hue angle of 213.46º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #273E5B is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 62 91 -
CMYK 0.57 0.32 0 0.64
HSL 213.46º 0.4% 0.25% -
HSV(B) 213.46º 0.57% 0.36% -
XYZ 4.45 4.63 10.56 -
YUV 58.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 39 62 91 0.57 0.32 0 0.64 213.46 0.4 0.25
Hex 27 3E 5B 39 20 0 40 D5 28 19
Octal 47 76 133 71 40 0 100 325 50 31
Binary 100111 111110 1011011 111001 100000 0 1000000 11010101 101000 11001

Color Harmonies of #273E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273E5B

Black with #273E5B

Text Example


Text Example

White with #273E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,62,91); }

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

background-color css

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

 a { background-color: rgb(39,62,91); }

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

border-color css

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

 span { border-color: rgb(39,62,91); }

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