#30445F

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

Shades of Catalina Blue #30445F

Tints of Catalina Blue #30445F

Color information

#30445F (or 0x30445F) is unknown color: approx Catalina Blue. HEX triplet: 30, 44 and 5F. RGB value is (48,68,95). Sum of RGB (Red+Green+Blue) = 48+68+95=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #30445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30445F is #CFBBA0. Grayscale: #404040. Windows color (decimal): -13613985 or 6243376. OLE color: 6243376.

HSL color Cylindrical-coordinate representation of color #30445F: hue angle of 214.47º 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 #30445F is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB486895-
CMYK0.490.2800.63
HSL214.47º32.87%28.04%-
HSV(B)214.47º49.47%37.25%-
XYZ5.355.5911.62-
YUV65.1144.87115.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=22.75%
G=32.23%
B=45.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4868950.490.2800.63214.4732.8728.04
Hex30445F311C03Fd6211c
Octal6010413761340773264134
Binary110000100010010111111100011110001111111101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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