Html Css Color HEX #30455C Catalina Blue

📋 copy color: '#30455C'

red 48 ◦ green 69 ◦ blue 92

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

Shades of Catalina Blue #30455C

Tints of Catalina Blue #30455C

RGB

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

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

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

R = 22.97%
G = 33.01%
B = 44.02%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30455C (or 0x30455C) is known color: Catalina Blue. HEX triplet: 30, 45 and 5C. RGB value is (48,69,92). Sum of RGB (Red+Green+Blue) = 48+69+92=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #30455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30455C is #CFBAA3. Grayscale: #414141. Windows color (decimal): -13613732 or 6047024. OLE color: 6047024.

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

Color convert

RGB 48 69 92 -
CMYK 0.48 0.25 0 0.64
HSL 211.36º 0.31% 0.27% -
HSV(B) 211.36º 0.48% 0.36% -
XYZ 5.28 5.66 10.94 -
YUV 65.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 48 69 92 0.48 0.25 0 0.64 211.36 0.31 0.27
Hex 30 45 5C 30 19 0 40 D3 1F 1B
Octal 60 105 134 60 31 0 100 323 37 33
Binary 110000 1000101 1011100 110000 11001 0 1000000 11010011 11111 11011

Color Harmonies of #30455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30455C

Black with #30455C

Text Example


Text Example

White with #30455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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