Html Css Color HEX #3A70CD Royal Blue

📋 copy color: '#3A70CD'

red 58 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #3A70CD

Tints of Royal Blue #3A70CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 15.47%
G = 29.87%
B = 54.67%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A70CD (or 0x3A70CD) is known color: Royal Blue. HEX triplet: 3A, 70 and CD. RGB value is (58,112,205). Sum of RGB (Red+Green+Blue) = 58+112+205=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A70CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A70CD is #C58F32. Grayscale: #6A6A6A. Windows color (decimal): -12947251 or 13463610. OLE color: 13463610.

HSL color Cylindrical-coordinate representation of color #3A70CD: hue angle of 217.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A70CD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 112 205 -
CMYK 0.72 0.45 0 0.20
HSL 217.96º 0.6% 0.52% -
HSV(B) 217.96º 0.72% 0.8% -
XYZ 18.56 16.9 60.04 -
YUV 106.46 183.61 93.44 -
System Red Green Blue C M Y K H S L
Decimal 58 112 205 0.72 0.45 0 0.20 217.96 0.6 0.52
Hex 3A 70 CD 48 2D 0 14 DA 3C 34
Octal 72 160 315 110 55 0 24 332 74 64
Binary 111010 1110000 11001101 1001000 101101 0 10100 11011010 111100 110100

Color Harmonies of #3A70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A70CD

Black with #3A70CD

Text Example


Text Example

White with #3A70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,205); }

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

background-color css

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

 a { background-color: rgb(58,112,205); }

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

border-color css

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

 span { border-color: rgb(58,112,205); }

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