Html Css Color HEX #3D68CE Royal Blue

📋 copy color: '#3D68CE'

red 61 ◦ green 104 ◦ blue 206

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

Shades of Royal Blue #3D68CE

Tints of Royal Blue #3D68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 16.44%
G = 28.03%
B = 55.53%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D68CE (or 0x3D68CE) is known color: Royal Blue. HEX triplet: 3D, 68 and CE. RGB value is (61,104,206). Sum of RGB (Red+Green+Blue) = 61+104+206=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D68CE is #C29731. Grayscale: #666666. Windows color (decimal): -12752690 or 13527101. OLE color: 13527101.

HSL color Cylindrical-coordinate representation of color #3D68CE: hue angle of 222.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D68CE is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 104 206 -
CMYK 0.70 0.50 0 0.19
HSL 222.21º 0.6% 0.52% -
HSV(B) 222.21º 0.7% 0.81% -
XYZ 18.02 15.35 60.41 -
YUV 102.77 186.25 98.21 -
System Red Green Blue C M Y K H S L
Decimal 61 104 206 0.70 0.50 0 0.19 222.21 0.6 0.52
Hex 3D 68 CE 46 32 0 13 DE 3C 34
Octal 75 150 316 106 62 0 23 336 74 64
Binary 111101 1101000 11001110 1000110 110010 0 10011 11011110 111100 110100

Color Harmonies of #3D68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D68CE

Black with #3D68CE

Text Example


Text Example

White with #3D68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,104,206); }

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

background-color css

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

 a { background-color: rgb(61,104,206); }

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

border-color css

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

 span { border-color: rgb(61,104,206); }

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