Html Css Color HEX #3255E7 Royal Blue

📋 copy color: '#3255E7'

red 50 ◦ green 85 ◦ blue 231

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

Shades of Royal Blue #3255E7

Tints of Royal Blue #3255E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.11%

R = 13.66%
G = 23.22%
B = 63.11%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3255E7 (or 0x3255E7) is known color: Royal Blue. HEX triplet: 32, 55 and E7. RGB value is (50,85,231). Sum of RGB (Red+Green+Blue) = 50+85+231=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #3255E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255E7 is #CDAA18. Grayscale: #5A5A5A. Windows color (decimal): -13478425 or 15160626. OLE color: 15160626.

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

Color convert

RGB 50 85 231 -
CMYK 0.78 0.63 0 0.09
HSL 228.4º 0.79% 0.55% -
HSV(B) 228.4º 0.78% 0.91% -
XYZ 18.99 12.94 77.1 -
YUV 91.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 50 85 231 0.78 0.63 0 0.09 228.4 0.79 0.55
Hex 32 55 E7 4E 3F 0 9 E4 4F 37
Octal 62 125 347 116 77 0 11 344 117 67
Binary 110010 1010101 11100111 1001110 111111 0 1001 11100100 1001111 110111

Color Harmonies of #3255E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3255E7

Black with #3255E7

Text Example


Text Example

White with #3255E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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