#27425D

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

Shades of Catalina Blue #27425D

Tints of Catalina Blue #27425D

Color information

#27425D (or 0x27425D) is unknown color: approx Catalina Blue. HEX triplet: 27, 42 and 5D. RGB value is (39,66,93). Sum of RGB (Red+Green+Blue) = 39+66+93=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #27425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27425D is #D8BDA2. Grayscale: #3C3C3C. Windows color (decimal): -14204323 or 6111783. OLE color: 6111783.

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

Color convert

RGB396693-
CMYK0.580.2900.64
HSL210º40.91%25.88%-
HSV(B)210º58.06%36.47%-
XYZ4.765.1211.09-
YUV61146.05112.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=19.70%
G=33.33%
B=46.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3966930.580.2900.6421040.9125.88
Hex27425D3A1D040d2291a
Octal47102135723501003225132
Binary1001111000010101110111101011101010000001101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27425D;
 }
 .AnyTagClassName
 {
   color: #27425D;
 }
</style>
background-color css

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

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

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

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

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

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