#27355B

Color #27355B Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #27355B

Tints of Catalina Blue #27355B

Color information

#27355B (or 0x27355B) is unknown color: approx 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

RGB395391-
CMYK0.570.4200.64
HSL223.85º40%25.49%-
HSV(B)223.85º57.14%35.69%-
XYZ43.7310.41-
YUV53.15149.36117.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% 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 (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3953910.570.4200.64223.854025.49
Hex27355B392A040e02819
Octal4765133715201003405031
Binary1001111101011011011111001101010010000001110000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>