Html Css Color HEX #27415F Catalina Blue

📋 copy color: '#27415F'

red 39 ◦ green 65 ◦ blue 95

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

Shades of Catalina Blue #27415F

Tints of Catalina Blue #27415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.66%

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 19.6%
G = 32.66%
B = 47.74%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27415F (or 0x27415F) is known color: Catalina Blue. HEX triplet: 27, 41 and 5F. RGB value is (39,65,95). Sum of RGB (Red+Green+Blue) = 39+65+95=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #27415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27415F is #D8BEA0. Grayscale: #3C3C3C. Windows color (decimal): -14204577 or 6242599. OLE color: 6242599.

HSL color Cylindrical-coordinate representation of color #27415F: hue angle of 212.14º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27415F is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 65 95 -
CMYK 0.59 0.32 0 0.63
HSL 212.14º 0.42% 0.26% -
HSV(B) 212.14º 0.59% 0.37% -
XYZ 4.79 5.04 11.55 -
YUV 60.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 39 65 95 0.59 0.32 0 0.63 212.14 0.42 0.26
Hex 27 41 5F 3B 20 0 3F D4 2A 1A
Octal 47 101 137 73 40 0 77 324 52 32
Binary 100111 1000001 1011111 111011 100000 0 111111 11010100 101010 11010

Color Harmonies of #27415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27415F

Black with #27415F

Text Example


Text Example

White with #27415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27415F; }

 p { color: rgb(39,65,95); }

 H1.HeaderClassName
 {
   color: #27415F;
 }
 .AnyTagClassName
 {
   color: #27415F;
 }
</style>

background-color css

<style>
 a { background-color: #27415F; }

 a { background-color: rgb(39,65,95); }

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

border-color css

<style>
 span { border-color: #27415F; }

 span { border-color: rgb(39,65,95); }

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