Html Css Color HEX #27415D Catalina Blue

📋 copy color: '#27415D'

red 39 ◦ green 65 ◦ blue 93

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

Shades of Catalina Blue #27415D

Tints of Catalina Blue #27415D

RGB

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

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

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

R = 19.8%
G = 32.99%
B = 47.21%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27415D (or 0x27415D) is known color: Catalina Blue. HEX triplet: 27, 41 and 5D. RGB value is (39,65,93). Sum of RGB (Red+Green+Blue) = 39+65+93=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #27415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27415D is #D8BEA2. Grayscale: #3C3C3C. Windows color (decimal): -14204579 or 6111527. OLE color: 6111527.

HSL color Cylindrical-coordinate representation of color #27415D: hue angle of 211.11º 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 #27415D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 65 93 -
CMYK 0.58 0.30 0 0.64
HSL 211.11º 0.41% 0.26% -
HSV(B) 211.11º 0.58% 0.36% -
XYZ 4.7 5 11.07 -
YUV 60.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 39 65 93 0.58 0.30 0 0.64 211.11 0.41 0.26
Hex 27 41 5D 3A 1E 0 40 D3 29 1A
Octal 47 101 135 72 36 0 100 323 51 32
Binary 100111 1000001 1011101 111010 11110 0 1000000 11010011 101001 11010

Color Harmonies of #27415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27415D

Black with #27415D

Text Example


Text Example

White with #27415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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