Html Css Color HEX #3974CB Royal Blue

📋 copy color: '#3974CB'

red 57 ◦ green 116 ◦ blue 203

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

Shades of Royal Blue #3974CB

Tints of Royal Blue #3974CB

RGB

 RED value IS 57 (22.66% from 255) = 15.16%

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

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

R = 15.16%
G = 30.85%
B = 53.99%

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

#3974CB (or 0x3974CB) is known color: Royal Blue. HEX triplet: 39, 74 and CB. RGB value is (57,116,203). Sum of RGB (Red+Green+Blue) = 57+116+203=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #3974CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974CB is #C68B34. Grayscale: #6B6B6B. Windows color (decimal): -13011765 or 13333561. OLE color: 13333561.

HSL color Cylindrical-coordinate representation of color #3974CB: hue angle of 215.75º degrees, saturation: 0.58, 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 #3974CB is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 116 203 -
CMYK 0.72 0.43 0 0.20
HSL 215.75º 0.58% 0.51% -
HSV(B) 215.75º 0.72% 0.8% -
XYZ 18.71 17.67 58.92 -
YUV 108.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 57 116 203 0.72 0.43 0 0.20 215.75 0.58 0.51
Hex 39 74 CB 48 2B 0 14 D8 3A 33
Octal 71 164 313 110 53 0 24 330 72 63
Binary 111001 1110100 11001011 1001000 101011 0 10100 11011000 111010 110011

Color Harmonies of #3974CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3974CB

Black with #3974CB

Text Example


Text Example

White with #3974CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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