Html Css Color HEX #3D70CB Royal Blue

📋 copy color: '#3D70CB'

red 61 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #3D70CB

Tints of Royal Blue #3D70CB

RGB

 RED value IS 61 (24.22% from 255) = 16.22%

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 16.22%
G = 29.79%
B = 53.99%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3D70CB (or 0x3D70CB) is known color: Royal Blue. HEX triplet: 3D, 70 and CB. RGB value is (61,112,203). Sum of RGB (Red+Green+Blue) = 61+112+203=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D70CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D70CB is #C28F34. Grayscale: #6A6A6A. Windows color (decimal): -12750645 or 13332541. OLE color: 13332541.

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

Color convert

RGB 61 112 203 -
CMYK 0.70 0.45 0 0.20
HSL 218.45º 0.58% 0.52% -
HSV(B) 218.45º 0.7% 0.8% -
XYZ 18.5 16.89 58.79 -
YUV 107.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 61 112 203 0.70 0.45 0 0.20 218.45 0.58 0.52
Hex 3D 70 CB 46 2D 0 14 DA 3A 34
Octal 75 160 313 106 55 0 24 332 72 64
Binary 111101 1110000 11001011 1000110 101101 0 10100 11011010 111010 110100

Color Harmonies of #3D70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D70CB

Black with #3D70CB

Text Example


Text Example

White with #3D70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,112,203); }

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

background-color css

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

 a { background-color: rgb(61,112,203); }

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

border-color css

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

 span { border-color: rgb(61,112,203); }

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