#30455C

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

Shades of Catalina Blue #30455C

Tints of Catalina Blue #30455C

Color information

#30455C (or 0x30455C) is unknown color: approx Catalina Blue. HEX triplet: 30, 45 and 5C. RGB value is (48,69,92). Sum of RGB (Red+Green+Blue) = 48+69+92=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #30455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30455C is #CFBAA3. Grayscale: #414141. Windows color (decimal): -13613732 or 6047024. OLE color: 6047024.

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

Color convert

RGB486992-
CMYK0.480.2500.64
HSL211.36º31.43%27.45%-
HSV(B)211.36º47.83%36.08%-
XYZ5.285.6610.94-
YUV65.34143.04115.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=22.97%
G=33.01%
B=44.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4869920.480.2500.64211.3631.4327.45
Hex30455C3019040d31f1b
Octal60105134603101003233733
Binary110000100010110111001100001100101000000110100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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