#30425D

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

Shades of Catalina Blue #30425D

Tints of Catalina Blue #30425D

Color information

#30425D (or 0x30425D) is unknown color: approx Catalina Blue. HEX triplet: 30, 42 and 5D. RGB value is (48,66,93). Sum of RGB (Red+Green+Blue) = 48+66+93=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #30425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30425D is #CFBDA2. Grayscale: #3F3F3F. Windows color (decimal): -13614499 or 6111792. OLE color: 6111792.

HSL color Cylindrical-coordinate representation of color #30425D: hue angle of 216º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30425D is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB486693-
CMYK0.480.2900.64
HSL216º31.91%27.65%-
HSV(B)216º48.39%36.47%-
XYZ5.145.3211.11-
YUV63.7144.54116.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=23.19%
G=31.88%
B=44.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4866930.480.2900.6421631.9127.65
Hex30425D301D040d8201c
Octal60102135603501003304034
Binary1100001000010101110111000011101010000001101100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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