Html Css Color HEX #304284 Resolution Blue

📋 copy color: '#304284'

red 48 ◦ green 66 ◦ blue 132

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

Shades of Resolution Blue #304284

Tints of Resolution Blue #304284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 19.51%
G = 26.83%
B = 53.66%

CMYK

 C value IS 0.64

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#304284 (or 0x304284) is known color: Resolution Blue. HEX triplet: 30, 42 and 84. RGB value is (48,66,132). Sum of RGB (Red+Green+Blue) = 48+66+132=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #304284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304284 is #CFBD7B. Grayscale: #434343. Windows color (decimal): -13614460 or 8667696. OLE color: 8667696.

HSL color Cylindrical-coordinate representation of color #304284: hue angle of 227.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304284 is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 66 132 -
CMYK 0.64 0.5 0 0.48
HSL 227.14º 0.47% 0.35% -
HSV(B) 227.14º 0.64% 0.52% -
XYZ 7.33 6.19 22.64 -
YUV 68.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 48 66 132 0.64 0.5 0 0.48 227.14 0.47 0.35
Hex 30 42 84 40 32 0 30 E3 2F 23
Octal 60 102 204 100 62 0 60 343 57 43
Binary 110000 1000010 10000100 1000000 110010 0 110000 11100011 101111 100011

Color Harmonies of #304284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304284

Black with #304284

Text Example


Text Example

White with #304284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304284; }

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

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

background-color css

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

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

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

border-color css

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

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

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