Html Css Color HEX #3D58DA Royal Blue

📋 copy color: '#3D58DA'

red 61 ◦ green 88 ◦ blue 218

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

Shades of Royal Blue #3D58DA

Tints of Royal Blue #3D58DA

RGB

 RED value IS 61 (24.22% from 255) = 16.62%

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 16.62%
G = 23.98%
B = 59.4%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3D58DA (or 0x3D58DA) is known color: Royal Blue. HEX triplet: 3D, 58 and DA. RGB value is (61,88,218). Sum of RGB (Red+Green+Blue) = 61+88+218=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D58DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D58DA is #C2A725. Grayscale: #5E5E5E. Windows color (decimal): -12756774 or 14309437. OLE color: 14309437.

HSL color Cylindrical-coordinate representation of color #3D58DA: hue angle of 229.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D58DA is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 88 218 -
CMYK 0.72 0.60 0 0.15
HSL 229.68º 0.68% 0.55% -
HSV(B) 229.68º 0.72% 0.85% -
XYZ 18.07 13.03 67.89 -
YUV 94.75 197.55 103.93 -
System Red Green Blue C M Y K H S L
Decimal 61 88 218 0.72 0.60 0 0.15 229.68 0.68 0.55
Hex 3D 58 DA 48 3C 0 F E6 44 37
Octal 75 130 332 110 74 0 17 346 104 67
Binary 111101 1011000 11011010 1001000 111100 0 1111 11100110 1000100 110111

Color Harmonies of #3D58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D58DA

Black with #3D58DA

Text Example


Text Example

White with #3D58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,88,218); }

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

background-color css

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

 a { background-color: rgb(61,88,218); }

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

border-color css

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

 span { border-color: rgb(61,88,218); }

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