Html Css Color HEX #3874DF Royal Blue

📋 copy color: '#3874DF'

red 56 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #3874DF

Tints of Royal Blue #3874DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 14.18%
G = 29.37%
B = 56.46%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3874DF (or 0x3874DF) is known color: Royal Blue. HEX triplet: 38, 74 and DF. RGB value is (56,116,223). Sum of RGB (Red+Green+Blue) = 56+116+223=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #3874DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874DF is #C78B20. Grayscale: #6D6D6D. Windows color (decimal): -13077281 or 14644280. OLE color: 14644280.

HSL color Cylindrical-coordinate representation of color #3874DF: hue angle of 218.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3874DF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 116 223 -
CMYK 0.75 0.48 0 0.13
HSL 218.44º 0.72% 0.55% -
HSV(B) 218.44º 0.75% 0.87% -
XYZ 21.2 18.66 72.3 -
YUV 110.26 191.62 89.3 -
System Red Green Blue C M Y K H S L
Decimal 56 116 223 0.75 0.48 0 0.13 218.44 0.72 0.55
Hex 38 74 DF 4B 30 0 D DA 48 37
Octal 70 164 337 113 60 0 15 332 110 67
Binary 111000 1110100 11011111 1001011 110000 0 1101 11011010 1001000 110111

Color Harmonies of #3874DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874DF

Black with #3874DF

Text Example


Text Example

White with #3874DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3874DF; }

 p { color: rgb(56,116,223); }

 H1.HeaderClassName
 {
   color: #3874DF;
 }
 .AnyTagClassName
 {
   color: #3874DF;
 }
</style>

background-color css

<style>
 a { background-color: #3874DF; }

 a { background-color: rgb(56,116,223); }

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

border-color css

<style>
 span { border-color: #3874DF; }

 span { border-color: rgb(56,116,223); }

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