Html Css Color HEX #3076DC Royal Blue

📋 copy color: '#3076DC'

red 48 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #3076DC

Tints of Royal Blue #3076DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 12.44%
G = 30.57%
B = 56.99%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3076DC (or 0x3076DC) is known color: Royal Blue. HEX triplet: 30, 76 and DC. RGB value is (48,118,220). Sum of RGB (Red+Green+Blue) = 48+118+220=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #3076DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076DC is #CF8923. Grayscale: #6C6C6C. Windows color (decimal): -13601060 or 14448176. OLE color: 14448176.

HSL color Cylindrical-coordinate representation of color #3076DC: hue angle of 215.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3076DC is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 118 220 -
CMYK 0.78 0.46 0 0.14
HSL 215.58º 0.71% 0.53% -
HSV(B) 215.58º 0.78% 0.86% -
XYZ 20.62 18.75 70.24 -
YUV 108.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 48 118 220 0.78 0.46 0 0.14 215.58 0.71 0.53
Hex 30 76 DC 4E 2E 0 E D8 47 35
Octal 60 166 334 116 56 0 16 330 107 65
Binary 110000 1110110 11011100 1001110 101110 0 1110 11011000 1000111 110101

Color Harmonies of #3076DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076DC

Black with #3076DC

Text Example


Text Example

White with #3076DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3076DC; }

 p { color: rgb(48,118,220); }

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

background-color css

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

 a { background-color: rgb(48,118,220); }

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

border-color css

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

 span { border-color: rgb(48,118,220); }

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