Html Css Color HEX #3875DA Royal Blue

📋 copy color: '#3875DA'

red 56 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #3875DA

Tints of Royal Blue #3875DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 14.32%
G = 29.92%
B = 55.75%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3875DA (or 0x3875DA) is known color: Royal Blue. HEX triplet: 38, 75 and DA. RGB value is (56,117,218). Sum of RGB (Red+Green+Blue) = 56+117+218=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #3875DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875DA is #C78A25. Grayscale: #6D6D6D. Windows color (decimal): -13077030 or 14316856. OLE color: 14316856.

HSL color Cylindrical-coordinate representation of color #3875DA: hue angle of 217.41º 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 #3875DA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 117 218 -
CMYK 0.74 0.46 0 0.15
HSL 217.41º 0.69% 0.54% -
HSV(B) 217.41º 0.74% 0.85% -
XYZ 20.65 18.63 68.84 -
YUV 110.28 188.79 89.29 -
System Red Green Blue C M Y K H S L
Decimal 56 117 218 0.74 0.46 0 0.15 217.41 0.69 0.54
Hex 38 75 DA 4A 2E 0 F D9 45 36
Octal 70 165 332 112 56 0 17 331 105 66
Binary 111000 1110101 11011010 1001010 101110 0 1111 11011001 1000101 110110

Color Harmonies of #3875DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3875DA

Black with #3875DA

Text Example


Text Example

White with #3875DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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