Html Css Color HEX #30417C Resolution Blue

📋 copy color: '#30417C'

red 48 ◦ green 65 ◦ blue 124

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

Shades of Resolution Blue #30417C

Tints of Resolution Blue #30417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

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

R = 20.25%
G = 27.43%
B = 52.32%

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

#30417C (or 0x30417C) is known color: Resolution Blue. HEX triplet: 30, 41 and 7C. RGB value is (48,65,124). Sum of RGB (Red+Green+Blue) = 48+65+124=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #30417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30417C is #CFBE83. Grayscale: #424242. Windows color (decimal): -13614724 or 8143152. OLE color: 8143152.

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

Color convert

RGB 48 65 124 -
CMYK 0.61 0.48 0 0.51
HSL 226.58º 0.44% 0.34% -
HSV(B) 226.58º 0.61% 0.49% -
XYZ 6.75 5.86 19.85 -
YUV 66.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 48 65 124 0.61 0.48 0 0.51 226.58 0.44 0.34
Hex 30 41 7C 3D 30 0 33 E3 2C 22
Octal 60 101 174 75 60 0 63 343 54 42
Binary 110000 1000001 1111100 111101 110000 0 110011 11100011 101100 100010

Color Harmonies of #30417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30417C

Black with #30417C

Text Example


Text Example

White with #30417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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