Html Css Color HEX #30427C Resolution Blue

📋 copy color: '#30427C'

red 48 ◦ green 66 ◦ blue 124

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

Shades of Resolution Blue #30427C

Tints of Resolution Blue #30427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

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

R = 20.17%
G = 27.73%
B = 52.1%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30427C (or 0x30427C) is known color: Resolution Blue. HEX triplet: 30, 42 and 7C. RGB value is (48,66,124). Sum of RGB (Red+Green+Blue) = 48+66+124=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #30427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30427C is #CFBD83. Grayscale: #424242. Windows color (decimal): -13614468 or 8143408. OLE color: 8143408.

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

Color convert

RGB 48 66 124 -
CMYK 0.61 0.47 0 0.51
HSL 225.79º 0.44% 0.34% -
HSV(B) 225.79º 0.61% 0.49% -
XYZ 6.81 5.98 19.86 -
YUV 67.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 48 66 124 0.61 0.47 0 0.51 225.79 0.44 0.34
Hex 30 42 7C 3D 2F 0 33 E2 2C 22
Octal 60 102 174 75 57 0 63 342 54 42
Binary 110000 1000010 1111100 111101 101111 0 110011 11100010 101100 100010

Color Harmonies of #30427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30427C

Black with #30427C

Text Example


Text Example

White with #30427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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