Html Css Color HEX #3255E6 Royal Blue

📋 copy color: '#3255E6'

red 50 ◦ green 85 ◦ blue 230

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

Shades of Royal Blue #3255E6

Tints of Royal Blue #3255E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.01%

R = 13.7%
G = 23.29%
B = 63.01%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3255E6 (or 0x3255E6) is known color: Royal Blue. HEX triplet: 32, 55 and E6. RGB value is (50,85,230). Sum of RGB (Red+Green+Blue) = 50+85+230=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #3255E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255E6 is #CDAA19. Grayscale: #5A5A5A. Windows color (decimal): -13478426 or 15095090. OLE color: 15095090.

HSL color Cylindrical-coordinate representation of color #3255E6: hue angle of 228.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3255E6 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 85 230 -
CMYK 0.78 0.63 0 0.10
HSL 228.33º 0.78% 0.55% -
HSV(B) 228.33º 0.78% 0.9% -
XYZ 18.85 12.89 76.36 -
YUV 91.07 206.4 98.71 -
System Red Green Blue C M Y K H S L
Decimal 50 85 230 0.78 0.63 0 0.10 228.33 0.78 0.55
Hex 32 55 E6 4E 3F 0 A E4 4E 37
Octal 62 125 346 116 77 0 12 344 116 67
Binary 110010 1010101 11100110 1001110 111111 0 1010 11100100 1001110 110111

Color Harmonies of #3255E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255E6

Black with #3255E6

Text Example


Text Example

White with #3255E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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