Html Css Color HEX #3A62DD Royal Blue

📋 copy color: '#3A62DD'

red 58 ◦ green 98 ◦ blue 221

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

Shades of Royal Blue #3A62DD

Tints of Royal Blue #3A62DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 15.38%
G = 25.99%
B = 58.62%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A62DD (or 0x3A62DD) is known color: Royal Blue. HEX triplet: 3A, 62 and DD. RGB value is (58,98,221). Sum of RGB (Red+Green+Blue) = 58+98+221=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A62DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A62DD is #C59D22. Grayscale: #636363. Windows color (decimal): -12950819 or 14508602. OLE color: 14508602.

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

Color convert

RGB 58 98 221 -
CMYK 0.74 0.56 0 0.13
HSL 225.28º 0.71% 0.55% -
HSV(B) 225.28º 0.74% 0.87% -
XYZ 19.16 14.86 70.26 -
YUV 100.06 196.25 98 -
System Red Green Blue C M Y K H S L
Decimal 58 98 221 0.74 0.56 0 0.13 225.28 0.71 0.55
Hex 3A 62 DD 4A 38 0 D E1 47 37
Octal 72 142 335 112 70 0 15 341 107 67
Binary 111010 1100010 11011101 1001010 111000 0 1101 11100001 1000111 110111

Color Harmonies of #3A62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A62DD

Black with #3A62DD

Text Example


Text Example

White with #3A62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,221); }

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

background-color css

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

 a { background-color: rgb(58,98,221); }

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

border-color css

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

 span { border-color: rgb(58,98,221); }

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