Html Css Color HEX #303D84 Resolution Blue

📋 copy color: '#303D84'

red 48 ◦ green 61 ◦ blue 132

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

Shades of Resolution Blue #303D84

Tints of Resolution Blue #303D84

RGB

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

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

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

R = 19.92%
G = 25.31%
B = 54.77%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#303D84 (or 0x303D84) is known color: Resolution Blue. HEX triplet: 30, 3D and 84. RGB value is (48,61,132). Sum of RGB (Red+Green+Blue) = 48+61+132=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #303D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D84 is #CFC27B. Grayscale: #404040. Windows color (decimal): -13615740 or 8666416. OLE color: 8666416.

HSL color Cylindrical-coordinate representation of color #303D84: hue angle of 230.71º 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 #303D84 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 61 132 -
CMYK 0.64 0.54 0 0.48
HSL 230.71º 0.47% 0.35% -
HSV(B) 230.71º 0.64% 0.52% -
XYZ 7.05 5.63 22.55 -
YUV 65.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 48 61 132 0.64 0.54 0 0.48 230.71 0.47 0.35
Hex 30 3D 84 40 36 0 30 E7 2F 23
Octal 60 75 204 100 66 0 60 347 57 43
Binary 110000 111101 10000100 1000000 110110 0 110000 11100111 101111 100011

Color Harmonies of #303D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D84

Black with #303D84

Text Example


Text Example

White with #303D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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