Html Css Color HEX #30445F Catalina Blue

📋 copy color: '#30445F'

red 48 ◦ green 68 ◦ blue 95

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

Shades of Catalina Blue #30445F

Tints of Catalina Blue #30445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 22.75%
G = 32.23%
B = 45.02%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30445F (or 0x30445F) is known color: Catalina Blue. HEX triplet: 30, 44 and 5F. RGB value is (48,68,95). Sum of RGB (Red+Green+Blue) = 48+68+95=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #30445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30445F is #CFBBA0. Grayscale: #404040. Windows color (decimal): -13613985 or 6243376. OLE color: 6243376.

HSL color Cylindrical-coordinate representation of color #30445F: hue angle of 214.47º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30445F is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 68 95 -
CMYK 0.49 0.28 0 0.63
HSL 214.47º 0.33% 0.28% -
HSV(B) 214.47º 0.49% 0.37% -
XYZ 5.35 5.59 11.62 -
YUV 65.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 48 68 95 0.49 0.28 0 0.63 214.47 0.33 0.28
Hex 30 44 5F 31 1C 0 3F D6 21 1C
Octal 60 104 137 61 34 0 77 326 41 34
Binary 110000 1000100 1011111 110001 11100 0 111111 11010110 100001 11100

Color Harmonies of #30445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30445F

Black with #30445F

Text Example


Text Example

White with #30445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30445F;
 }
 .AnyTagClassName
 {
   color: #30445F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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