Html Css Color HEX #3865DA Royal Blue

📋 copy color: '#3865DA'

red 56 ◦ green 101 ◦ blue 218

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

Shades of Royal Blue #3865DA

Tints of Royal Blue #3865DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 14.93%
G = 26.93%
B = 58.13%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3865DA (or 0x3865DA) is known color: Royal Blue. HEX triplet: 38, 65 and DA. RGB value is (56,101,218). Sum of RGB (Red+Green+Blue) = 56+101+218=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #3865DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865DA is #C79A25. Grayscale: #646464. Windows color (decimal): -13081126 or 14312760. OLE color: 14312760.

HSL color Cylindrical-coordinate representation of color #3865DA: hue angle of 223.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3865DA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 101 218 -
CMYK 0.74 0.54 0 0.15
HSL 223.33º 0.69% 0.54% -
HSV(B) 223.33º 0.74% 0.85% -
XYZ 18.94 15.21 68.27 -
YUV 100.88 194.09 95.99 -
System Red Green Blue C M Y K H S L
Decimal 56 101 218 0.74 0.54 0 0.15 223.33 0.69 0.54
Hex 38 65 DA 4A 36 0 F DF 45 36
Octal 70 145 332 112 66 0 17 337 105 66
Binary 111000 1100101 11011010 1001010 110110 0 1111 11011111 1000101 110110

Color Harmonies of #3865DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3865DA

Black with #3865DA

Text Example


Text Example

White with #3865DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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