Html Css Color HEX #3A61DF Royal Blue

📋 copy color: '#3A61DF'

red 58 ◦ green 97 ◦ blue 223

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

Shades of Royal Blue #3A61DF

Tints of Royal Blue #3A61DF

RGB

 RED value IS 58 (23.05% from 255) = 15.34%

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

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

R = 15.34%
G = 25.66%
B = 58.99%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A61DF (or 0x3A61DF) is known color: Royal Blue. HEX triplet: 3A, 61 and DF. RGB value is (58,97,223). Sum of RGB (Red+Green+Blue) = 58+97+223=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A61DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A61DF is #C59E20. Grayscale: #636363. Windows color (decimal): -12951073 or 14639418. OLE color: 14639418.

HSL color Cylindrical-coordinate representation of color #3A61DF: hue angle of 225.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A61DF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 97 223 -
CMYK 0.74 0.57 0 0.13
HSL 225.82º 0.72% 0.55% -
HSV(B) 225.82º 0.74% 0.87% -
XYZ 19.34 14.78 71.64 -
YUV 99.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 58 97 223 0.74 0.57 0 0.13 225.82 0.72 0.55
Hex 3A 61 DF 4A 39 0 D E2 48 37
Octal 72 141 337 112 71 0 15 342 110 67
Binary 111010 1100001 11011111 1001010 111001 0 1101 11100010 1001000 110111

Color Harmonies of #3A61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A61DF

Black with #3A61DF

Text Example


Text Example

White with #3A61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A61DF; }

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

 H1.HeaderClassName
 {
   color: #3A61DF;
 }
 .AnyTagClassName
 {
   color: #3A61DF;
 }
</style>

background-color css

<style>
 a { background-color: #3A61DF; }

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

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

border-color css

<style>
 span { border-color: #3A61DF; }

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

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