Html Css Color HEX #30445D Catalina Blue

📋 copy color: '#30445D'

red 48 ◦ green 68 ◦ blue 93

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

Shades of Catalina Blue #30445D

Tints of Catalina Blue #30445D

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.5%

R = 22.97%
G = 32.54%
B = 44.5%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30445D (or 0x30445D) is known color: 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

RGB 48 68 93 -
CMYK 0.48 0.27 0 0.64
HSL 213.33º 0.32% 0.28% -
HSV(B) 213.33º 0.48% 0.36% -
XYZ 5.26 5.55 11.15 -
YUV 64.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 48 68 93 0.48 0.27 0 0.64 213.33 0.32 0.28
Hex 30 44 5D 30 1B 0 40 D5 20 1C
Octal 60 104 135 60 33 0 100 325 40 34
Binary 110000 1000100 1011101 110000 11011 0 1000000 11010101 100000 11100

Color Harmonies of #30445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30445D

Black with #30445D

Text Example


Text Example

White with #30445D

Text Example


Text Example

HTML Codes & Css Web 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>