Html Css Color HEX #30445C Catalina Blue

📋 copy color: '#30445C'

red 48 ◦ green 68 ◦ blue 92

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

Shades of Catalina Blue #30445C

Tints of Catalina Blue #30445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.23%

R = 23.08%
G = 32.69%
B = 44.23%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30445C (or 0x30445C) is known color: Catalina Blue. HEX triplet: 30, 44 and 5C. RGB value is (48,68,92). Sum of RGB (Red+Green+Blue) = 48+68+92=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #30445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30445C is #CFBBA3. Grayscale: #404040. Windows color (decimal): -13613988 or 6046768. OLE color: 6046768.

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

Color convert

RGB 48 68 92 -
CMYK 0.48 0.26 0 0.64
HSL 212.73º 0.31% 0.27% -
HSV(B) 212.73º 0.48% 0.36% -
XYZ 5.22 5.54 10.92 -
YUV 64.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 48 68 92 0.48 0.26 0 0.64 212.73 0.31 0.27
Hex 30 44 5C 30 1A 0 40 D5 1F 1B
Octal 60 104 134 60 32 0 100 325 37 33
Binary 110000 1000100 1011100 110000 11010 0 1000000 11010101 11111 11011

Color Harmonies of #30445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30445C

Black with #30445C

Text Example


Text Example

White with #30445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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