Html Css Color HEX #3874CC Royal Blue

📋 copy color: '#3874CC'

red 56 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #3874CC

Tints of Royal Blue #3874CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 14.89%
G = 30.85%
B = 54.26%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3874CC (or 0x3874CC) is known color: Royal Blue. HEX triplet: 38, 74 and CC. RGB value is (56,116,204). Sum of RGB (Red+Green+Blue) = 56+116+204=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #3874CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874CC is #C78B33. Grayscale: #6B6B6B. Windows color (decimal): -13077300 or 13399096. OLE color: 13399096.

HSL color Cylindrical-coordinate representation of color #3874CC: hue angle of 215.68º degrees, saturation: 0.59, 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 #3874CC is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 116 204 -
CMYK 0.73 0.43 0 0.2
HSL 215.68º 0.59% 0.51% -
HSV(B) 215.68º 0.73% 0.8% -
XYZ 18.78 17.69 59.55 -
YUV 108.09 182.12 90.84 -
System Red Green Blue C M Y K H S L
Decimal 56 116 204 0.73 0.43 0 0.2 215.68 0.59 0.51
Hex 38 74 CC 49 2B 0 14 D8 3B 33
Octal 70 164 314 111 53 0 24 330 73 63
Binary 111000 1110100 11001100 1001001 101011 0 10100 11011000 111011 110011

Color Harmonies of #3874CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874CC

Black with #3874CC

Text Example


Text Example

White with #3874CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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