Html Css Color HEX #3874CB Royal Blue

📋 copy color: '#3874CB'

red 56 ◦ green 116 ◦ blue 203

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

Shades of Royal Blue #3874CB

Tints of Royal Blue #3874CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 14.93%
G = 30.93%
B = 54.13%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3874CB (or 0x3874CB) is known color: Royal Blue. HEX triplet: 38, 74 and CB. RGB value is (56,116,203). Sum of RGB (Red+Green+Blue) = 56+116+203=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #3874CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874CB is #C78B34. Grayscale: #6B6B6B. Windows color (decimal): -13077301 or 13333560. OLE color: 13333560.

HSL color Cylindrical-coordinate representation of color #3874CB: hue angle of 215.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3874CB is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 116 203 -
CMYK 0.72 0.43 0 0.20
HSL 215.51º 0.59% 0.51% -
HSV(B) 215.51º 0.72% 0.8% -
XYZ 18.66 17.64 58.92 -
YUV 107.98 181.62 90.93 -
System Red Green Blue C M Y K H S L
Decimal 56 116 203 0.72 0.43 0 0.20 215.51 0.59 0.51
Hex 38 74 CB 48 2B 0 14 D8 3B 33
Octal 70 164 313 110 53 0 24 330 73 63
Binary 111000 1110100 11001011 1001000 101011 0 10100 11011000 111011 110011

Color Harmonies of #3874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3874CB

Black with #3874CB

Text Example


Text Example

White with #3874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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