Html Css Color HEX #304382 Resolution Blue

📋 copy color: '#304382'

red 48 ◦ green 67 ◦ blue 130

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

Shades of Resolution Blue #304382

Tints of Resolution Blue #304382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 19.59%
G = 27.35%
B = 53.06%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#304382 (or 0x304382) is known color: Resolution Blue. HEX triplet: 30, 43 and 82. RGB value is (48,67,130). Sum of RGB (Red+Green+Blue) = 48+67+130=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #304382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304382 is #CFBC7D. Grayscale: #444444. Windows color (decimal): -13614206 or 8536880. OLE color: 8536880.

HSL color Cylindrical-coordinate representation of color #304382: hue angle of 226.1º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304382 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 67 130 -
CMYK 0.63 0.48 0 0.49
HSL 226.1º 0.46% 0.35% -
HSV(B) 226.1º 0.63% 0.51% -
XYZ 7.26 6.25 21.94 -
YUV 68.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 48 67 130 0.63 0.48 0 0.49 226.1 0.46 0.35
Hex 30 43 82 3F 30 0 31 E2 2E 23
Octal 60 103 202 77 60 0 61 342 56 43
Binary 110000 1000011 10000010 111111 110000 0 110001 11100010 101110 100011

Color Harmonies of #304382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304382

Black with #304382

Text Example


Text Example

White with #304382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304382; }

 p { color: rgb(48,67,130); }

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

background-color css

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

 a { background-color: rgb(48,67,130); }

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

border-color css

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

 span { border-color: rgb(48,67,130); }

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