#30445B

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

Shades of Catalina Blue #30445B

Tints of Catalina Blue #30445B

Color information

#30445B (or 0x30445B) is unknown color: approx Catalina Blue. HEX triplet: 30, 44 and 5B. RGB value is (48,68,91). Sum of RGB (Red+Green+Blue) = 48+68+91=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #30445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30445B is #CFBBA4. Grayscale: #404040. Windows color (decimal): -13613989 or 5981232. OLE color: 5981232.

HSL color Cylindrical-coordinate representation of color #30445B: hue angle of 212.09º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30445B is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB486891-
CMYK0.470.2500.64
HSL212.09º30.94%27.25%-
HSV(B)212.09º47.25%35.69%-
XYZ5.175.5210.69-
YUV64.64142.87116.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=23.19%
G=32.85%
B=43.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4868910.470.2500.64212.0930.9427.25
Hex30445B2F19040d41f1b
Octal60104133573101003243733
Binary110000100010010110111011111100101000000110101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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