Html Css Color HEX #3D72CE Royal Blue

📋 copy color: '#3D72CE'

red 61 ◦ green 114 ◦ blue 206

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

Shades of Royal Blue #3D72CE

Tints of Royal Blue #3D72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 16.01%
G = 29.92%
B = 54.07%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D72CE (or 0x3D72CE) is known color: Royal Blue. HEX triplet: 3D, 72 and CE. RGB value is (61,114,206). Sum of RGB (Red+Green+Blue) = 61+114+206=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D72CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D72CE is #C28D31. Grayscale: #6C6C6C. Windows color (decimal): -12750130 or 13529661. OLE color: 13529661.

HSL color Cylindrical-coordinate representation of color #3D72CE: hue angle of 218.07º 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 #3D72CE is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 114 206 -
CMYK 0.70 0.45 0 0.19
HSL 218.07º 0.6% 0.52% -
HSV(B) 218.07º 0.7% 0.81% -
XYZ 19.08 17.48 60.76 -
YUV 108.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 61 114 206 0.70 0.45 0 0.19 218.07 0.6 0.52
Hex 3D 72 CE 46 2D 0 13 DA 3C 34
Octal 75 162 316 106 55 0 23 332 74 64
Binary 111101 1110010 11001110 1000110 101101 0 10011 11011010 111100 110100

Color Harmonies of #3D72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D72CE

Black with #3D72CE

Text Example


Text Example

White with #3D72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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