Html Css Color HEX #3A60DF Royal Blue

📋 copy color: '#3A60DF'

red 58 ◦ green 96 ◦ blue 223

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

Shades of Royal Blue #3A60DF

Tints of Royal Blue #3A60DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 15.38%
G = 25.46%
B = 59.15%

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

#3A60DF (or 0x3A60DF) is known color: Royal Blue. HEX triplet: 3A, 60 and DF. RGB value is (58,96,223). Sum of RGB (Red+Green+Blue) = 58+96+223=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A60DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A60DF is #C59F20. Grayscale: #626262. Windows color (decimal): -12951329 or 14639162. OLE color: 14639162.

HSL color Cylindrical-coordinate representation of color #3A60DF: hue angle of 226.18º 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 #3A60DF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 96 223 -
CMYK 0.74 0.57 0 0.13
HSL 226.18º 0.72% 0.55% -
HSV(B) 226.18º 0.74% 0.87% -
XYZ 19.25 14.59 71.61 -
YUV 99.12 197.91 98.67 -
System Red Green Blue C M Y K H S L
Decimal 58 96 223 0.74 0.57 0 0.13 226.18 0.72 0.55
Hex 3A 60 DF 4A 39 0 D E2 48 37
Octal 72 140 337 112 71 0 15 342 110 67
Binary 111010 1100000 11011111 1001010 111001 0 1101 11100010 1001000 110111

Color Harmonies of #3A60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A60DF

Black with #3A60DF

Text Example


Text Example

White with #3A60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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