#30435C

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

Shades of Catalina Blue #30435C

Tints of Catalina Blue #30435C

Color information

#30435C (or 0x30435C) is unknown color: approx Catalina Blue. HEX triplet: 30, 43 and 5C. RGB value is (48,67,92). Sum of RGB (Red+Green+Blue) = 48+67+92=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #30435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30435C is #CFBCA3. Grayscale: #404040. Windows color (decimal): -13614244 or 6046512. OLE color: 6046512.

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

Color convert

RGB486792-
CMYK0.480.2700.64
HSL214.09º31.43%27.45%-
HSV(B)214.09º47.83%36.08%-
XYZ5.165.4210.9-
YUV64.17143.71116.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=23.19%
G=32.37%
B=44.44%

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
Decimal4867920.480.2700.64214.0931.4327.45
Hex30435C301B040d61f1b
Octal60103134603301003263733
Binary110000100001110111001100001101101000000110101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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