Html Css Color HEX #304381 Resolution Blue

📋 copy color: '#304381'

red 48 ◦ green 67 ◦ blue 129

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

Shades of Resolution Blue #304381

Tints of Resolution Blue #304381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.87%

R = 19.67%
G = 27.46%
B = 52.87%

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

#304381 (or 0x304381) is known color: Resolution Blue. HEX triplet: 30, 43 and 81. RGB value is (48,67,129). Sum of RGB (Red+Green+Blue) = 48+67+129=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #304381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304381 is #CFBC7E. Grayscale: #444444. Windows color (decimal): -13614207 or 8471344. OLE color: 8471344.

HSL color Cylindrical-coordinate representation of color #304381: hue angle of 225.93º 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 #304381 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 67 129 -
CMYK 0.63 0.48 0 0.49
HSL 225.93º 0.46% 0.35% -
HSV(B) 225.93º 0.63% 0.51% -
XYZ 7.19 6.23 21.59 -
YUV 68.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 48 67 129 0.63 0.48 0 0.49 225.93 0.46 0.35
Hex 30 43 81 3F 30 0 31 E2 2E 23
Octal 60 103 201 77 60 0 61 342 56 43
Binary 110000 1000011 10000001 111111 110000 0 110001 11100010 101110 100011

Color Harmonies of #304381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304381

Black with #304381

Text Example


Text Example

White with #304381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304381; }

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

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

background-color css

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

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

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

border-color css

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

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

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