Html Css Color HEX #3975CC Royal Blue

📋 copy color: '#3975CC'

red 57 ◦ green 117 ◦ blue 204

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

Shades of Royal Blue #3975CC

Tints of Royal Blue #3975CC

RGB

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

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

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

R = 15.08%
G = 30.95%
B = 53.97%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3975CC (or 0x3975CC) is known color: Royal Blue. HEX triplet: 39, 75 and CC. RGB value is (57,117,204). Sum of RGB (Red+Green+Blue) = 57+117+204=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #3975CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975CC is #C68A33. Grayscale: #6C6C6C. Windows color (decimal): -13011508 or 13399353. OLE color: 13399353.

HSL color Cylindrical-coordinate representation of color #3975CC: 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 #3975CC is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 117 204 -
CMYK 0.72 0.43 0 0.2
HSL 215.51º 0.59% 0.51% -
HSV(B) 215.51º 0.72% 0.8% -
XYZ 18.95 17.95 59.59 -
YUV 108.98 181.62 90.93 -
System Red Green Blue C M Y K H S L
Decimal 57 117 204 0.72 0.43 0 0.2 215.51 0.59 0.51
Hex 39 75 CC 48 2B 0 14 D8 3B 33
Octal 71 165 314 110 53 0 24 330 73 63
Binary 111001 1110101 11001100 1001000 101011 0 10100 11011000 111011 110011

Color Harmonies of #3975CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975CC

Black with #3975CC

Text Example


Text Example

White with #3975CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,117,204); }

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

background-color css

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

 a { background-color: rgb(57,117,204); }

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

border-color css

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

 span { border-color: rgb(57,117,204); }

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