Html Css Color HEX #3868CF Royal Blue

📋 copy color: '#3868CF'

red 56 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #3868CF

Tints of Royal Blue #3868CF

RGB

 RED value IS 56 (22.27% from 255) = 15.26%

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 15.26%
G = 28.34%
B = 56.4%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3868CF (or 0x3868CF) is known color: Royal Blue. HEX triplet: 38, 68 and CF. RGB value is (56,104,207). Sum of RGB (Red+Green+Blue) = 56+104+207=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #3868CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3868CF is #C79730. Grayscale: #646464. Windows color (decimal): -13080369 or 13592632. OLE color: 13592632.

HSL color Cylindrical-coordinate representation of color #3868CF: hue angle of 220.93º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3868CF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 104 207 -
CMYK 0.73 0.50 0 0.19
HSL 220.93º 0.61% 0.52% -
HSV(B) 220.93º 0.73% 0.81% -
XYZ 17.84 15.25 61.03 -
YUV 101.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 56 104 207 0.73 0.50 0 0.19 220.93 0.61 0.52
Hex 38 68 CF 49 32 0 13 DD 3D 34
Octal 70 150 317 111 62 0 23 335 75 64
Binary 111000 1101000 11001111 1001001 110010 0 10011 11011101 111101 110100

Color Harmonies of #3868CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3868CF

Black with #3868CF

Text Example


Text Example

White with #3868CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3868CF; }

 p { color: rgb(56,104,207); }

 H1.HeaderClassName
 {
   color: #3868CF;
 }
 .AnyTagClassName
 {
   color: #3868CF;
 }
</style>

background-color css

<style>
 a { background-color: #3868CF; }

 a { background-color: rgb(56,104,207); }

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

border-color css

<style>
 span { border-color: #3868CF; }

 span { border-color: rgb(56,104,207); }

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