Html Css Color HEX #3865CD Royal Blue

📋 copy color: '#3865CD'

red 56 ◦ green 101 ◦ blue 205

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

Shades of Royal Blue #3865CD

Tints of Royal Blue #3865CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 15.47%
G = 27.9%
B = 56.63%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3865CD (or 0x3865CD) is known color: Royal Blue. HEX triplet: 38, 65 and CD. RGB value is (56,101,205). Sum of RGB (Red+Green+Blue) = 56+101+205=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #3865CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865CD is #C79A32. Grayscale: #626262. Windows color (decimal): -13081139 or 13460792. OLE color: 13460792.

HSL color Cylindrical-coordinate representation of color #3865CD: hue angle of 221.88º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3865CD is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 101 205 -
CMYK 0.73 0.51 0 0.20
HSL 221.88º 0.6% 0.51% -
HSV(B) 221.88º 0.73% 0.8% -
XYZ 17.3 14.56 59.66 -
YUV 99.4 187.59 97.04 -
System Red Green Blue C M Y K H S L
Decimal 56 101 205 0.73 0.51 0 0.20 221.88 0.6 0.51
Hex 38 65 CD 49 33 0 14 DE 3C 33
Octal 70 145 315 111 63 0 24 336 74 63
Binary 111000 1100101 11001101 1001001 110011 0 10100 11011110 111100 110011

Color Harmonies of #3865CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3865CD

Black with #3865CD

Text Example


Text Example

White with #3865CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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