Html Css Color HEX #303F7C Resolution Blue

📋 copy color: '#303F7C'

red 48 ◦ green 63 ◦ blue 124

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

Shades of Resolution Blue #303F7C

Tints of Resolution Blue #303F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 20.43%
G = 26.81%
B = 52.77%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#303F7C (or 0x303F7C) is known color: Resolution Blue. HEX triplet: 30, 3F and 7C. RGB value is (48,63,124). Sum of RGB (Red+Green+Blue) = 48+63+124=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #303F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F7C is #CFC083. Grayscale: #414141. Windows color (decimal): -13615236 or 8142640. OLE color: 8142640.

HSL color Cylindrical-coordinate representation of color #303F7C: hue angle of 228.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #303F7C is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 63 124 -
CMYK 0.61 0.49 0 0.51
HSL 228.16º 0.44% 0.34% -
HSV(B) 228.16º 0.61% 0.49% -
XYZ 6.63 5.64 19.81 -
YUV 65.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 48 63 124 0.61 0.49 0 0.51 228.16 0.44 0.34
Hex 30 3F 7C 3D 31 0 33 E4 2C 22
Octal 60 77 174 75 61 0 63 344 54 42
Binary 110000 111111 1111100 111101 110001 0 110011 11100100 101100 100010

Color Harmonies of #303F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F7C

Black with #303F7C

Text Example


Text Example

White with #303F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,124); }

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

background-color css

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

 a { background-color: rgb(48,63,124); }

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

border-color css

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

 span { border-color: rgb(48,63,124); }

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