Html Css Color HEX #3074D0 Royal Blue

📋 copy color: '#3074D0'

red 48 ◦ green 116 ◦ blue 208

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

Shades of Royal Blue #3074D0

Tints of Royal Blue #3074D0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 208 (81.64% from 255) = 55.91%

R = 12.9%
G = 31.18%
B = 55.91%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3074D0 (or 0x3074D0) is known color: Royal Blue. HEX triplet: 30, 74 and D0. RGB value is (48,116,208). Sum of RGB (Red+Green+Blue) = 48+116+208=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #3074D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074D0 is #CF8B2F. Grayscale: #696969. Windows color (decimal): -13601584 or 13661232. OLE color: 13661232.

HSL color Cylindrical-coordinate representation of color #3074D0: hue angle of 214.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3074D0 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 116 208 -
CMYK 0.77 0.44 0 0.18
HSL 214.5º 0.63% 0.5% -
HSV(B) 214.5º 0.77% 0.82% -
XYZ 18.85 17.67 62.09 -
YUV 106.16 185.47 86.52 -
System Red Green Blue C M Y K H S L
Decimal 48 116 208 0.77 0.44 0 0.18 214.5 0.63 0.5
Hex 30 74 D0 4D 2C 0 12 D6 3F 32
Octal 60 164 320 115 54 0 22 326 77 62
Binary 110000 1110100 11010000 1001101 101100 0 10010 11010110 111111 110010

Color Harmonies of #3074D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3074D0

Black with #3074D0

Text Example


Text Example

White with #3074D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3074D0; }

 p { color: rgb(48,116,208); }

 H1.HeaderClassName
 {
   color: #3074D0;
 }
 .AnyTagClassName
 {
   color: #3074D0;
 }
</style>

background-color css

<style>
 a { background-color: #3074D0; }

 a { background-color: rgb(48,116,208); }

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

border-color css

<style>
 span { border-color: #3074D0; }

 span { border-color: rgb(48,116,208); }

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