Html Css Color HEX #30407C Resolution Blue

📋 copy color: '#30407C'

red 48 ◦ green 64 ◦ blue 124

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

Shades of Resolution Blue #30407C

Tints of Resolution Blue #30407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 20.34%
G = 27.12%
B = 52.54%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30407C (or 0x30407C) is known color: Resolution Blue. HEX triplet: 30, 40 and 7C. RGB value is (48,64,124). Sum of RGB (Red+Green+Blue) = 48+64+124=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #30407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30407C is #CFBF83. Grayscale: #414141. Windows color (decimal): -13614980 or 8142896. OLE color: 8142896.

HSL color Cylindrical-coordinate representation of color #30407C: hue angle of 227.37º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30407C is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 64 124 -
CMYK 0.61 0.48 0 0.51
HSL 227.37º 0.44% 0.34% -
HSV(B) 227.37º 0.61% 0.49% -
XYZ 6.69 5.75 19.83 -
YUV 66.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 48 64 124 0.61 0.48 0 0.51 227.37 0.44 0.34
Hex 30 40 7C 3D 30 0 33 E3 2C 22
Octal 60 100 174 75 60 0 63 343 54 42
Binary 110000 1000000 1111100 111101 110000 0 110011 11100011 101100 100010

Color Harmonies of #30407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30407C

Black with #30407C

Text Example


Text Example

White with #30407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,64,124); }

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

background-color css

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

 a { background-color: rgb(48,64,124); }

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

border-color css

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

 span { border-color: rgb(48,64,124); }

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