Html Css Color HEX #27355D Catalina Blue

📋 copy color: '#27355D'

red 39 ◦ green 53 ◦ blue 93

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

Shades of Catalina Blue #27355D

Tints of Catalina Blue #27355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.65%

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

R = 21.08%
G = 28.65%
B = 50.27%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27355D (or 0x27355D) is known color: Catalina Blue. HEX triplet: 27, 35 and 5D. RGB value is (39,53,93). Sum of RGB (Red+Green+Blue) = 39+53+93=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #27355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27355D is #D8CAA2. Grayscale: #353535. Windows color (decimal): -14207651 or 6108455. OLE color: 6108455.

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

Color convert

RGB 39 53 93 -
CMYK 0.58 0.43 0 0.64
HSL 224.44º 0.41% 0.26% -
HSV(B) 224.44º 0.58% 0.36% -
XYZ 4.09 3.77 10.87 -
YUV 53.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 39 53 93 0.58 0.43 0 0.64 224.44 0.41 0.26
Hex 27 35 5D 3A 2B 0 40 E0 29 1A
Octal 47 65 135 72 53 0 100 340 51 32
Binary 100111 110101 1011101 111010 101011 0 1000000 11100000 101001 11010

Color Harmonies of #27355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27355D

Black with #27355D

Text Example


Text Example

White with #27355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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