Html Css Color HEX #27355B Catalina Blue

📋 copy color: '#27355B'

red 39 ◦ green 53 ◦ blue 91

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

Shades of Catalina Blue #27355B

Tints of Catalina Blue #27355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 21.31%
G = 28.96%
B = 49.73%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27355B (or 0x27355B) is known color: Catalina Blue. HEX triplet: 27, 35 and 5B. RGB value is (39,53,91). Sum of RGB (Red+Green+Blue) = 39+53+91=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #27355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27355B is #D8CAA4. Grayscale: #343434. Windows color (decimal): -14207653 or 5977383. OLE color: 5977383.

HSL color Cylindrical-coordinate representation of color #27355B: hue angle of 223.85º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27355B is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 53 91 -
CMYK 0.57 0.42 0 0.64
HSL 223.85º 0.4% 0.25% -
HSV(B) 223.85º 0.57% 0.36% -
XYZ 4 3.73 10.41 -
YUV 53.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 39 53 91 0.57 0.42 0 0.64 223.85 0.4 0.25
Hex 27 35 5B 39 2A 0 40 E0 28 19
Octal 47 65 133 71 52 0 100 340 50 31
Binary 100111 110101 1011011 111001 101010 0 1000000 11100000 101000 11001

Color Harmonies of #27355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27355B

Black with #27355B

Text Example


Text Example

White with #27355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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