Html Css Color HEX #303D82 Resolution Blue

📋 copy color: '#303D82'

red 48 ◦ green 61 ◦ blue 130

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

Shades of Resolution Blue #303D82

Tints of Resolution Blue #303D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.52%

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

R = 20.08%
G = 25.52%
B = 54.39%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303D82 (or 0x303D82) is known color: Resolution Blue. HEX triplet: 30, 3D and 82. RGB value is (48,61,130). Sum of RGB (Red+Green+Blue) = 48+61+130=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #303D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D82 is #CFC27D. Grayscale: #404040. Windows color (decimal): -13615742 or 8535344. OLE color: 8535344.

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

Color convert

RGB 48 61 130 -
CMYK 0.63 0.53 0 0.49
HSL 230.49º 0.46% 0.35% -
HSV(B) 230.49º 0.63% 0.51% -
XYZ 6.92 5.58 21.83 -
YUV 64.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 48 61 130 0.63 0.53 0 0.49 230.49 0.46 0.35
Hex 30 3D 82 3F 35 0 31 E6 2E 23
Octal 60 75 202 77 65 0 61 346 56 43
Binary 110000 111101 10000010 111111 110101 0 110001 11100110 101110 100011

Color Harmonies of #303D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D82

Black with #303D82

Text Example


Text Example

White with #303D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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