Html Css Color HEX #3061D5 Royal Blue

📋 copy color: '#3061D5'

red 48 ◦ green 97 ◦ blue 213

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

Shades of Royal Blue #3061D5

Tints of Royal Blue #3061D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.5%

R = 13.41%
G = 27.09%
B = 59.5%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3061D5 (or 0x3061D5) is known color: Royal Blue. HEX triplet: 30, 61 and D5. RGB value is (48,97,213). Sum of RGB (Red+Green+Blue) = 48+97+213=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #3061D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3061D5 is #CF9E2A. Grayscale: #5F5F5F. Windows color (decimal): -13606443 or 13984048. OLE color: 13984048.

HSL color Cylindrical-coordinate representation of color #3061D5: hue angle of 222.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3061D5 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 97 213 -
CMYK 0.77 0.54 0 0.16
HSL 222.18º 0.66% 0.51% -
HSV(B) 222.18º 0.77% 0.84% -
XYZ 17.5 13.98 64.73 -
YUV 95.57 194.27 94.07 -
System Red Green Blue C M Y K H S L
Decimal 48 97 213 0.77 0.54 0 0.16 222.18 0.66 0.51
Hex 30 61 D5 4D 36 0 10 DE 42 33
Octal 60 141 325 115 66 0 20 336 102 63
Binary 110000 1100001 11010101 1001101 110110 0 10000 11011110 1000010 110011

Color Harmonies of #3061D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3061D5

Black with #3061D5

Text Example


Text Example

White with #3061D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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