Html Css Color HEX #3061DF Royal Blue

📋 copy color: '#3061DF'

red 48 ◦ green 97 ◦ blue 223

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

Shades of Royal Blue #3061DF

Tints of Royal Blue #3061DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 13.04%
G = 26.36%
B = 60.6%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3061DF (or 0x3061DF) is known color: Royal Blue. HEX triplet: 30, 61 and DF. RGB value is (48,97,223). Sum of RGB (Red+Green+Blue) = 48+97+223=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #3061DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3061DF is #CF9E20. Grayscale: #606060. Windows color (decimal): -13606433 or 14639408. OLE color: 14639408.

HSL color Cylindrical-coordinate representation of color #3061DF: hue angle of 223.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3061DF is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 97 223 -
CMYK 0.78 0.57 0 0.13
HSL 223.2º 0.73% 0.53% -
HSV(B) 223.2º 0.78% 0.87% -
XYZ 18.81 14.51 71.62 -
YUV 96.71 199.27 93.25 -
System Red Green Blue C M Y K H S L
Decimal 48 97 223 0.78 0.57 0 0.13 223.2 0.73 0.53
Hex 30 61 DF 4E 39 0 D DF 49 35
Octal 60 141 337 116 71 0 15 337 111 65
Binary 110000 1100001 11011111 1001110 111001 0 1101 11011111 1001001 110101

Color Harmonies of #3061DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3061DF

Black with #3061DF

Text Example


Text Example

White with #3061DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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