Html Css Color HEX #27405D Catalina Blue

📋 copy color: '#27405D'

red 39 ◦ green 64 ◦ blue 93

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

Shades of Catalina Blue #27405D

Tints of Catalina Blue #27405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

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

R = 19.9%
G = 32.65%
B = 47.45%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27405D (or 0x27405D) is known color: Catalina Blue. HEX triplet: 27, 40 and 5D. RGB value is (39,64,93). Sum of RGB (Red+Green+Blue) = 39+64+93=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #27405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27405D is #D8BFA2. Grayscale: #3B3B3B. Windows color (decimal): -14204835 or 6111271. OLE color: 6111271.

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

Color convert

RGB 39 64 93 -
CMYK 0.58 0.31 0 0.64
HSL 212.22º 0.41% 0.26% -
HSV(B) 212.22º 0.58% 0.36% -
XYZ 4.65 4.89 11.05 -
YUV 59.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 39 64 93 0.58 0.31 0 0.64 212.22 0.41 0.26
Hex 27 40 5D 3A 1F 0 40 D4 29 1A
Octal 47 100 135 72 37 0 100 324 51 32
Binary 100111 1000000 1011101 111010 11111 0 1000000 11010100 101001 11010

Color Harmonies of #27405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27405D

Black with #27405D

Text Example


Text Example

White with #27405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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