Html Css Color HEX #3061DB Royal Blue

📋 copy color: '#3061DB'

red 48 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #3061DB

Tints of Royal Blue #3061DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 13.19%
G = 26.65%
B = 60.16%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3061DB (or 0x3061DB) is known color: Royal Blue. HEX triplet: 30, 61 and DB. RGB value is (48,97,219). Sum of RGB (Red+Green+Blue) = 48+97+219=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #3061DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3061DB is #CF9E24. Grayscale: #5F5F5F. Windows color (decimal): -13606437 or 14377264. OLE color: 14377264.

HSL color Cylindrical-coordinate representation of color #3061DB: hue angle of 222.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3061DB is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 97 219 -
CMYK 0.78 0.56 0 0.14
HSL 222.81º 0.7% 0.52% -
HSV(B) 222.81º 0.78% 0.86% -
XYZ 18.28 14.29 68.81 -
YUV 96.26 197.27 93.58 -
System Red Green Blue C M Y K H S L
Decimal 48 97 219 0.78 0.56 0 0.14 222.81 0.7 0.52
Hex 30 61 DB 4E 38 0 E DF 46 34
Octal 60 141 333 116 70 0 16 337 106 64
Binary 110000 1100001 11011011 1001110 111000 0 1110 11011111 1000110 110100

Color Harmonies of #3061DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3061DB

Black with #3061DB

Text Example


Text Example

White with #3061DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3061DB; }

 p { color: rgb(48,97,219); }

 H1.HeaderClassName
 {
   color: #3061DB;
 }
 .AnyTagClassName
 {
   color: #3061DB;
 }
</style>

background-color css

<style>
 a { background-color: #3061DB; }

 a { background-color: rgb(48,97,219); }

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

border-color css

<style>
 span { border-color: #3061DB; }

 span { border-color: rgb(48,97,219); }

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