Html Css Color HEX #3865D0 Royal Blue

📋 copy color: '#3865D0'

red 56 ◦ green 101 ◦ blue 208

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

Shades of Royal Blue #3865D0

Tints of Royal Blue #3865D0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 15.34%
G = 27.67%
B = 56.99%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3865D0 (or 0x3865D0) is known color: Royal Blue. HEX triplet: 38, 65 and D0. RGB value is (56,101,208). Sum of RGB (Red+Green+Blue) = 56+101+208=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #3865D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865D0 is #C79A2F. Grayscale: #636363. Windows color (decimal): -13081136 or 13657400. OLE color: 13657400.

HSL color Cylindrical-coordinate representation of color #3865D0: hue angle of 222.24º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3865D0 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 101 208 -
CMYK 0.73 0.51 0 0.18
HSL 222.24º 0.62% 0.52% -
HSV(B) 222.24º 0.73% 0.82% -
XYZ 17.67 14.7 61.58 -
YUV 99.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 56 101 208 0.73 0.51 0 0.18 222.24 0.62 0.52
Hex 38 65 D0 49 33 0 12 DE 3E 34
Octal 70 145 320 111 63 0 22 336 76 64
Binary 111000 1100101 11010000 1001001 110011 0 10010 11011110 111110 110100

Color Harmonies of #3865D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3865D0

Black with #3865D0

Text Example


Text Example

White with #3865D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3865D0; }

 p { color: rgb(56,101,208); }

 H1.HeaderClassName
 {
   color: #3865D0;
 }
 .AnyTagClassName
 {
   color: #3865D0;
 }
</style>

background-color css

<style>
 a { background-color: #3865D0; }

 a { background-color: rgb(56,101,208); }

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

border-color css

<style>
 span { border-color: #3865D0; }

 span { border-color: rgb(56,101,208); }

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