Html Css Color HEX #30417F Resolution Blue

📋 copy color: '#30417F'

red 48 ◦ green 65 ◦ blue 127

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

Shades of Resolution Blue #30417F

Tints of Resolution Blue #30417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.92%

R = 20%
G = 27.08%
B = 52.92%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30417F (or 0x30417F) is known color: Resolution Blue. HEX triplet: 30, 41 and 7F. RGB value is (48,65,127). Sum of RGB (Red+Green+Blue) = 48+65+127=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #30417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30417F is #CFBE80. Grayscale: #424242. Windows color (decimal): -13614721 or 8339760. OLE color: 8339760.

HSL color Cylindrical-coordinate representation of color #30417F: hue angle of 227.09º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30417F is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 65 127 -
CMYK 0.62 0.49 0 0.50
HSL 227.09º 0.45% 0.34% -
HSV(B) 227.09º 0.62% 0.5% -
XYZ 6.94 5.94 20.86 -
YUV 66.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 48 65 127 0.62 0.49 0 0.50 227.09 0.45 0.34
Hex 30 41 7F 3E 31 0 32 E3 2D 22
Octal 60 101 177 76 61 0 62 343 55 42
Binary 110000 1000001 1111111 111110 110001 0 110010 11100011 101101 100010

Color Harmonies of #30417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30417F

Black with #30417F

Text Example


Text Example

White with #30417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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