Html Css Color HEX #30435D Catalina Blue

📋 copy color: '#30435D'

red 48 ◦ green 67 ◦ blue 93

#30435D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #30435D

Tints of Catalina Blue #30435D

RGB

 RED value IS 48 (19.14% from 255) = 23.08%

 GREEN value IS 67 (26.56% from 255) = 32.21%

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 23.08%
G = 32.21%
B = 44.71%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30435D (or 0x30435D) is known color: Catalina Blue. HEX triplet: 30, 43 and 5D. RGB value is (48,67,93). Sum of RGB (Red+Green+Blue) = 48+67+93=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #30435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30435D is #CFBCA2. Grayscale: #404040. Windows color (decimal): -13614243 or 6112048. OLE color: 6112048.

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

Color convert

RGB 48 67 93 -
CMYK 0.48 0.28 0 0.64
HSL 214.67º 0.32% 0.28% -
HSV(B) 214.67º 0.48% 0.36% -
XYZ 5.2 5.43 11.13 -
YUV 64.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 48 67 93 0.48 0.28 0 0.64 214.67 0.32 0.28
Hex 30 43 5D 30 1C 0 40 D7 20 1C
Octal 60 103 135 60 34 0 100 327 40 34
Binary 110000 1000011 1011101 110000 11100 0 1000000 11010111 100000 11100

Color Harmonies of #30435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30435D

Black with #30435D

Text Example


Text Example

White with #30435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30435D;
 }
 .AnyTagClassName
 {
   color: #30435D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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