Html Css Color HEX #3258DC Royal Blue

📋 copy color: '#3258DC'

red 50 ◦ green 88 ◦ blue 220

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

Shades of Royal Blue #3258DC

Tints of Royal Blue #3258DC

RGB

 RED value IS 50 (19.92% from 255) = 13.97%

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 13.97%
G = 24.58%
B = 61.45%

CMYK

 C value IS 0.77

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3258DC (or 0x3258DC) is known color: Royal Blue. HEX triplet: 32, 58 and DC. RGB value is (50,88,220). Sum of RGB (Red+Green+Blue) = 50+88+220=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #3258DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258DC is #CDA723. Grayscale: #5B5B5B. Windows color (decimal): -13477668 or 14440498. OLE color: 14440498.

HSL color Cylindrical-coordinate representation of color #3258DC: hue angle of 226.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3258DC is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 88 220 -
CMYK 0.77 0.6 0 0.14
HSL 226.59º 0.71% 0.53% -
HSV(B) 226.59º 0.77% 0.86% -
XYZ 17.72 12.82 69.25 -
YUV 91.69 200.41 98.27 -
System Red Green Blue C M Y K H S L
Decimal 50 88 220 0.77 0.6 0 0.14 226.59 0.71 0.53
Hex 32 58 DC 4D 3C 0 E E3 47 35
Octal 62 130 334 115 74 0 16 343 107 65
Binary 110010 1011000 11011100 1001101 111100 0 1110 11100011 1000111 110101

Color Harmonies of #3258DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258DC

Black with #3258DC

Text Example


Text Example

White with #3258DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3258DC; }

 p { color: rgb(50,88,220); }

 H1.HeaderClassName
 {
   color: #3258DC;
 }
 .AnyTagClassName
 {
   color: #3258DC;
 }
</style>

background-color css

<style>
 a { background-color: #3258DC; }

 a { background-color: rgb(50,88,220); }

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

border-color css

<style>
 span { border-color: #3258DC; }

 span { border-color: rgb(50,88,220); }

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