Html Css Color HEX #3258DB Royal Blue

📋 copy color: '#3258DB'

red 50 ◦ green 88 ◦ blue 219

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

Shades of Royal Blue #3258DB

Tints of Royal Blue #3258DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 14.01%
G = 24.65%
B = 61.34%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3258DB (or 0x3258DB) is known color: Royal Blue. HEX triplet: 32, 58 and DB. RGB value is (50,88,219). Sum of RGB (Red+Green+Blue) = 50+88+219=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #3258DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258DB is #CDA724. Grayscale: #5B5B5B. Windows color (decimal): -13477669 or 14374962. OLE color: 14374962.

HSL color Cylindrical-coordinate representation of color #3258DB: hue angle of 226.51º degrees, saturation: 0.7, 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 #3258DB is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 88 219 -
CMYK 0.77 0.60 0 0.14
HSL 226.51º 0.7% 0.53% -
HSV(B) 226.51º 0.77% 0.86% -
XYZ 17.59 12.77 68.56 -
YUV 91.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 50 88 219 0.77 0.60 0 0.14 226.51 0.7 0.53
Hex 32 58 DB 4D 3C 0 E E3 46 35
Octal 62 130 333 115 74 0 16 343 106 65
Binary 110010 1011000 11011011 1001101 111100 0 1110 11100011 1000110 110101

Color Harmonies of #3258DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258DB

Black with #3258DB

Text Example


Text Example

White with #3258DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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