Html Css Color HEX #27375D Catalina Blue

📋 copy color: '#27375D'

red 39 ◦ green 55 ◦ blue 93

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

Shades of Catalina Blue #27375D

Tints of Catalina Blue #27375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 20.86%
G = 29.41%
B = 49.73%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27375D (or 0x27375D) is known color: Catalina Blue. HEX triplet: 27, 37 and 5D. RGB value is (39,55,93). Sum of RGB (Red+Green+Blue) = 39+55+93=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #27375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27375D is #D8C8A2. Grayscale: #363636. Windows color (decimal): -14207139 or 6108967. OLE color: 6108967.

HSL color Cylindrical-coordinate representation of color #27375D: hue angle of 222.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27375D is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 55 93 -
CMYK 0.58 0.41 0 0.64
HSL 222.22º 0.41% 0.26% -
HSV(B) 222.22º 0.58% 0.36% -
XYZ 4.18 3.95 10.9 -
YUV 54.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 39 55 93 0.58 0.41 0 0.64 222.22 0.41 0.26
Hex 27 37 5D 3A 29 0 40 DE 29 1A
Octal 47 67 135 72 51 0 100 336 51 32
Binary 100111 110111 1011101 111010 101001 0 1000000 11011110 101001 11010

Color Harmonies of #27375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27375D

Black with #27375D

Text Example


Text Example

White with #27375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27375D; }

 p { color: rgb(39,55,93); }

 H1.HeaderClassName
 {
   color: #27375D;
 }
 .AnyTagClassName
 {
   color: #27375D;
 }
</style>

background-color css

<style>
 a { background-color: #27375D; }

 a { background-color: rgb(39,55,93); }

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

border-color css

<style>
 span { border-color: #27375D; }

 span { border-color: rgb(39,55,93); }

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