Html Css Color HEX #303E81 Resolution Blue

📋 copy color: '#303E81'

red 48 ◦ green 62 ◦ blue 129

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

Shades of Resolution Blue #303E81

Tints of Resolution Blue #303E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.94%

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

R = 20.08%
G = 25.94%
B = 53.97%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303E81 (or 0x303E81) is known color: Resolution Blue. HEX triplet: 30, 3E and 81. RGB value is (48,62,129). Sum of RGB (Red+Green+Blue) = 48+62+129=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #303E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303E81 is #CFC17E. Grayscale: #414141. Windows color (decimal): -13615487 or 8470064. OLE color: 8470064.

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

Color convert

RGB 48 62 129 -
CMYK 0.63 0.52 0 0.49
HSL 229.63º 0.46% 0.35% -
HSV(B) 229.63º 0.63% 0.51% -
XYZ 6.9 5.66 21.5 -
YUV 65.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 48 62 129 0.63 0.52 0 0.49 229.63 0.46 0.35
Hex 30 3E 81 3F 34 0 31 E6 2E 23
Octal 60 76 201 77 64 0 61 346 56 43
Binary 110000 111110 10000001 111111 110100 0 110001 11100110 101110 100011

Color Harmonies of #303E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E81

Black with #303E81

Text Example


Text Example

White with #303E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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