Html Css Color HEX #3B58DE Royal Blue

📋 copy color: '#3B58DE'

red 59 ◦ green 88 ◦ blue 222

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

Shades of Royal Blue #3B58DE

Tints of Royal Blue #3B58DE

RGB

 RED value IS 59 (23.44% from 255) = 15.99%

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

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 15.99%
G = 23.85%
B = 60.16%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B58DE (or 0x3B58DE) is known color: Royal Blue. HEX triplet: 3B, 58 and DE. RGB value is (59,88,222). Sum of RGB (Red+Green+Blue) = 59+88+222=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B58DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B58DE is #C4A721. Grayscale: #5E5E5E. Windows color (decimal): -12887842 or 14571579. OLE color: 14571579.

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

Color convert

RGB 59 88 222 -
CMYK 0.73 0.60 0 0.13
HSL 229.33º 0.71% 0.55% -
HSV(B) 229.33º 0.73% 0.87% -
XYZ 18.48 13.18 70.68 -
YUV 94.61 199.89 102.6 -
System Red Green Blue C M Y K H S L
Decimal 59 88 222 0.73 0.60 0 0.13 229.33 0.71 0.55
Hex 3B 58 DE 49 3C 0 D E5 47 37
Octal 73 130 336 111 74 0 15 345 107 67
Binary 111011 1011000 11011110 1001001 111100 0 1101 11100101 1000111 110111

Color Harmonies of #3B58DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B58DE

Black with #3B58DE

Text Example


Text Example

White with #3B58DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B58DE; }

 p { color: rgb(59,88,222); }

 H1.HeaderClassName
 {
   color: #3B58DE;
 }
 .AnyTagClassName
 {
   color: #3B58DE;
 }
</style>

background-color css

<style>
 a { background-color: #3B58DE; }

 a { background-color: rgb(59,88,222); }

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

border-color css

<style>
 span { border-color: #3B58DE; }

 span { border-color: rgb(59,88,222); }

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