#30455F

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

Shades of Catalina Blue #30455F

Tints of Catalina Blue #30455F

Color information

#30455F (or 0x30455F) is unknown color: approx Catalina Blue. HEX triplet: 30, 45 and 5F. RGB value is (48,69,95). Sum of RGB (Red+Green+Blue) = 48+69+95=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #30455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30455F is #CFBAA0. Grayscale: #414141. Windows color (decimal): -13613729 or 6243632. OLE color: 6243632.

HSL color Cylindrical-coordinate representation of color #30455F: hue angle of 213.19º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30455F is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB486995-
CMYK0.490.2700.63
HSL213.19º32.87%28.04%-
HSV(B)213.19º49.47%37.25%-
XYZ5.415.7111.64-
YUV65.68144.54115.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=22.64%
G=32.55%
B=44.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4869950.490.2700.63213.1932.8728.04
Hex30455F311B03Fd5211c
Octal6010513761330773254134
Binary110000100010110111111100011101101111111101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30455F; }

 p { color: rgb(48,69,95); }

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

<style>
 a { background-color: #30455F; }

 a { background-color: rgb(48,69,95); }

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

<style>
 span { border-color: #30455F; }

 span { border-color: rgb(48,69,95); }

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