Html Css Color HEX #27365D Catalina Blue

📋 copy color: '#27365D'

red 39 ◦ green 54 ◦ blue 93

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

Shades of Catalina Blue #27365D

Tints of Catalina Blue #27365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 20.97%
G = 29.03%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27365D (or 0x27365D) is known color: Catalina Blue. HEX triplet: 27, 36 and 5D. RGB value is (39,54,93). Sum of RGB (Red+Green+Blue) = 39+54+93=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #27365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27365D is #D8C9A2. Grayscale: #353535. Windows color (decimal): -14207395 or 6108711. OLE color: 6108711.

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

Color convert

RGB 39 54 93 -
CMYK 0.58 0.42 0 0.64
HSL 223.33º 0.41% 0.26% -
HSV(B) 223.33º 0.58% 0.36% -
XYZ 4.13 3.86 10.88 -
YUV 53.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 39 54 93 0.58 0.42 0 0.64 223.33 0.41 0.26
Hex 27 36 5D 3A 2A 0 40 DF 29 1A
Octal 47 66 135 72 52 0 100 337 51 32
Binary 100111 110110 1011101 111010 101010 0 1000000 11011111 101001 11010

Color Harmonies of #27365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27365D

Black with #27365D

Text Example


Text Example

White with #27365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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