#30445D

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

Shades of Catalina Blue #30445D

Tints of Catalina Blue #30445D

Color information

#30445D (or 0x30445D) is unknown color: approx Catalina Blue. HEX triplet: 30, 44 and 5D. RGB value is (48,68,93). Sum of RGB (Red+Green+Blue) = 48+68+93=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #30445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30445D is #CFBBA2. Grayscale: #404040. Windows color (decimal): -13613987 or 6112304. OLE color: 6112304.

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

Color convert

RGB486893-
CMYK0.480.2700.64
HSL213.33º31.91%27.65%-
HSV(B)213.33º48.39%36.47%-
XYZ5.265.5511.15-
YUV64.87143.87115.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=22.97%
G=32.54%
B=44.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4868930.480.2700.64213.3331.9127.65
Hex30445D301B040d5201c
Octal60104135603301003254034
Binary1100001000100101110111000011011010000001101010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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