Html Css Color HEX #27375B Catalina Blue

📋 copy color: '#27375B'

red 39 ◦ green 55 ◦ blue 91

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

Shades of Catalina Blue #27375B

Tints of Catalina Blue #27375B

RGB

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

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

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

R = 21.08%
G = 29.73%
B = 49.19%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27375B (or 0x27375B) is known color: Catalina Blue. HEX triplet: 27, 37 and 5B. RGB value is (39,55,91). Sum of RGB (Red+Green+Blue) = 39+55+91=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #27375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27375B is #D8C8A4. Grayscale: #363636. Windows color (decimal): -14207141 or 5977895. OLE color: 5977895.

HSL color Cylindrical-coordinate representation of color #27375B: hue angle of 221.54º 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 #27375B is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 55 91 -
CMYK 0.57 0.40 0 0.64
HSL 221.54º 0.4% 0.25% -
HSV(B) 221.54º 0.57% 0.36% -
XYZ 4.09 3.92 10.44 -
YUV 54.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 39 55 91 0.57 0.40 0 0.64 221.54 0.4 0.25
Hex 27 37 5B 39 28 0 40 DE 28 19
Octal 47 67 133 71 50 0 100 336 50 31
Binary 100111 110111 1011011 111001 101000 0 1000000 11011110 101000 11001

Color Harmonies of #27375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27375B

Black with #27375B

Text Example


Text Example

White with #27375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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