Html Css Color HEX #3958DD Royal Blue

📋 copy color: '#3958DD'

red 57 ◦ green 88 ◦ blue 221

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

Shades of Royal Blue #3958DD

Tints of Royal Blue #3958DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 15.57%
G = 24.04%
B = 60.38%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3958DD (or 0x3958DD) is known color: Royal Blue. HEX triplet: 39, 58 and DD. RGB value is (57,88,221). Sum of RGB (Red+Green+Blue) = 57+88+221=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #3958DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3958DD is #C6A722. Grayscale: #5D5D5D. Windows color (decimal): -13018915 or 14506041. OLE color: 14506041.

HSL color Cylindrical-coordinate representation of color #3958DD: hue angle of 228.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3958DD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 88 221 -
CMYK 0.74 0.60 0 0.13
HSL 228.66º 0.71% 0.55% -
HSV(B) 228.66º 0.74% 0.87% -
XYZ 18.23 13.07 69.97 -
YUV 93.89 199.73 101.69 -
System Red Green Blue C M Y K H S L
Decimal 57 88 221 0.74 0.60 0 0.13 228.66 0.71 0.55
Hex 39 58 DD 4A 3C 0 D E5 47 37
Octal 71 130 335 112 74 0 15 345 107 67
Binary 111001 1011000 11011101 1001010 111100 0 1101 11100101 1000111 110111

Color Harmonies of #3958DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3958DD

Black with #3958DD

Text Example


Text Example

White with #3958DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3958DD; }

 p { color: rgb(57,88,221); }

 H1.HeaderClassName
 {
   color: #3958DD;
 }
 .AnyTagClassName
 {
   color: #3958DD;
 }
</style>

background-color css

<style>
 a { background-color: #3958DD; }

 a { background-color: rgb(57,88,221); }

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

border-color css

<style>
 span { border-color: #3958DD; }

 span { border-color: rgb(57,88,221); }

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