Html Css Color HEX #30447C Resolution Blue

📋 copy color: '#30447C'

red 48 ◦ green 68 ◦ blue 124

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

Shades of Resolution Blue #30447C

Tints of Resolution Blue #30447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.33%

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

R = 20%
G = 28.33%
B = 51.67%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30447C (or 0x30447C) is known color: Resolution Blue. HEX triplet: 30, 44 and 7C. RGB value is (48,68,124). Sum of RGB (Red+Green+Blue) = 48+68+124=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #30447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30447C is #CFBB83. Grayscale: #444444. Windows color (decimal): -13613956 or 8143920. OLE color: 8143920.

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

Color convert

RGB 48 68 124 -
CMYK 0.61 0.45 0 0.51
HSL 224.21º 0.44% 0.34% -
HSV(B) 224.21º 0.61% 0.49% -
XYZ 6.92 6.22 19.9 -
YUV 68.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 48 68 124 0.61 0.45 0 0.51 224.21 0.44 0.34
Hex 30 44 7C 3D 2D 0 33 E0 2C 22
Octal 60 104 174 75 55 0 63 340 54 42
Binary 110000 1000100 1111100 111101 101101 0 110011 11100000 101100 100010

Color Harmonies of #30447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30447C

Black with #30447C

Text Example


Text Example

White with #30447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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