Html Css Color HEX #30455F Catalina Blue

📋 copy color: '#30455F'

red 48 ◦ green 69 ◦ blue 95

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

Shades of Catalina Blue #30455F

Tints of Catalina Blue #30455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

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

R = 22.64%
G = 32.55%
B = 44.81%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30455F (or 0x30455F) is known color: Catalina Blue. HEX triplet: 30, 45 and 5F. RGB value is (48,69,95). Sum of RGB (Red+Green+Blue) = 48+69+95=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #30455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30455F is #CFBAA0. Grayscale: #414141. Windows color (decimal): -13613729 or 6243632. OLE color: 6243632.

HSL color Cylindrical-coordinate representation of color #30455F: hue angle of 213.19º 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 #30455F is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 69 95 -
CMYK 0.49 0.27 0 0.63
HSL 213.19º 0.33% 0.28% -
HSV(B) 213.19º 0.49% 0.37% -
XYZ 5.41 5.71 11.64 -
YUV 65.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 48 69 95 0.49 0.27 0 0.63 213.19 0.33 0.28
Hex 30 45 5F 31 1B 0 3F D5 21 1C
Octal 60 105 137 61 33 0 77 325 41 34
Binary 110000 1000101 1011111 110001 11011 0 111111 11010101 100001 11100

Color Harmonies of #30455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30455F

Black with #30455F

Text Example


Text Example

White with #30455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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