Html Css Color HEX #30407E Resolution Blue

📋 copy color: '#30407E'

red 48 ◦ green 64 ◦ blue 126

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

Shades of Resolution Blue #30407E

Tints of Resolution Blue #30407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.94%

R = 20.17%
G = 26.89%
B = 52.94%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30407E (or 0x30407E) is known color: Resolution Blue. HEX triplet: 30, 40 and 7E. RGB value is (48,64,126). Sum of RGB (Red+Green+Blue) = 48+64+126=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #30407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30407E is #CFBF81. Grayscale: #424242. Windows color (decimal): -13614978 or 8273968. OLE color: 8273968.

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

Color convert

RGB 48 64 126 -
CMYK 0.62 0.49 0 0.51
HSL 227.69º 0.45% 0.34% -
HSV(B) 227.69º 0.62% 0.49% -
XYZ 6.82 5.8 20.5 -
YUV 66.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 48 64 126 0.62 0.49 0 0.51 227.69 0.45 0.34
Hex 30 40 7E 3E 31 0 33 E4 2D 22
Octal 60 100 176 76 61 0 63 344 55 42
Binary 110000 1000000 1111110 111110 110001 0 110011 11100100 101101 100010

Color Harmonies of #30407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30407E

Black with #30407E

Text Example


Text Example

White with #30407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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