Html Css Color HEX #3255DE Royal Blue

📋 copy color: '#3255DE'

red 50 ◦ green 85 ◦ blue 222

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

Shades of Royal Blue #3255DE

Tints of Royal Blue #3255DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 14.01%
G = 23.81%
B = 62.18%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3255DE (or 0x3255DE) is known color: Royal Blue. HEX triplet: 32, 55 and DE. RGB value is (50,85,222). Sum of RGB (Red+Green+Blue) = 50+85+222=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #3255DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255DE is #CDAA21. Grayscale: #595959. Windows color (decimal): -13478434 or 14570802. OLE color: 14570802.

HSL color Cylindrical-coordinate representation of color #3255DE: hue angle of 227.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3255DE is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 85 222 -
CMYK 0.77 0.62 0 0.13
HSL 227.79º 0.72% 0.53% -
HSV(B) 227.79º 0.77% 0.87% -
XYZ 17.75 12.45 70.57 -
YUV 90.15 202.4 99.36 -
System Red Green Blue C M Y K H S L
Decimal 50 85 222 0.77 0.62 0 0.13 227.79 0.72 0.53
Hex 32 55 DE 4D 3E 0 D E4 48 35
Octal 62 125 336 115 76 0 15 344 110 65
Binary 110010 1010101 11011110 1001101 111110 0 1101 11100100 1001000 110101

Color Harmonies of #3255DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255DE

Black with #3255DE

Text Example


Text Example

White with #3255DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3255DE; }

 p { color: rgb(50,85,222); }

 H1.HeaderClassName
 {
   color: #3255DE;
 }
 .AnyTagClassName
 {
   color: #3255DE;
 }
</style>

background-color css

<style>
 a { background-color: #3255DE; }

 a { background-color: rgb(50,85,222); }

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

border-color css

<style>
 span { border-color: #3255DE; }

 span { border-color: rgb(50,85,222); }

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