Html Css Color HEX #30457C Resolution Blue

📋 copy color: '#30457C'

red 48 ◦ green 69 ◦ blue 124

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

Shades of Resolution Blue #30457C

Tints of Resolution Blue #30457C

RGB

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

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

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

R = 19.92%
G = 28.63%
B = 51.45%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30457C (or 0x30457C) is known color: Resolution Blue. HEX triplet: 30, 45 and 7C. RGB value is (48,69,124). Sum of RGB (Red+Green+Blue) = 48+69+124=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #30457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30457C is #CFBA83. Grayscale: #444444. Windows color (decimal): -13613700 or 8144176. OLE color: 8144176.

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

Color convert

RGB 48 69 124 -
CMYK 0.61 0.44 0 0.51
HSL 223.42º 0.44% 0.34% -
HSV(B) 223.42º 0.61% 0.49% -
XYZ 6.99 6.34 19.92 -
YUV 68.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 48 69 124 0.61 0.44 0 0.51 223.42 0.44 0.34
Hex 30 45 7C 3D 2C 0 33 DF 2C 22
Octal 60 105 174 75 54 0 63 337 54 42
Binary 110000 1000101 1111100 111101 101100 0 110011 11011111 101100 100010

Color Harmonies of #30457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30457C

Black with #30457C

Text Example


Text Example

White with #30457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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