Html Css Color HEX #3257DA Royal Blue

📋 copy color: '#3257DA'

red 50 ◦ green 87 ◦ blue 218

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

Shades of Royal Blue #3257DA

Tints of Royal Blue #3257DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.51%

 BLUE value IS 218 (85.55% from 255) = 61.41%

R = 14.08%
G = 24.51%
B = 61.41%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3257DA (or 0x3257DA) is known color: Royal Blue. HEX triplet: 32, 57 and DA. RGB value is (50,87,218). Sum of RGB (Red+Green+Blue) = 50+87+218=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #3257DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257DA is #CDA825. Grayscale: #5A5A5A. Windows color (decimal): -13477926 or 14309170. OLE color: 14309170.

HSL color Cylindrical-coordinate representation of color #3257DA: hue angle of 226.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3257DA is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 87 218 -
CMYK 0.77 0.60 0 0.15
HSL 226.79º 0.69% 0.53% -
HSV(B) 226.79º 0.77% 0.85% -
XYZ 17.38 12.56 67.84 -
YUV 90.87 199.74 98.85 -
System Red Green Blue C M Y K H S L
Decimal 50 87 218 0.77 0.60 0 0.15 226.79 0.69 0.53
Hex 32 57 DA 4D 3C 0 F E3 45 35
Octal 62 127 332 115 74 0 17 343 105 65
Binary 110010 1010111 11011010 1001101 111100 0 1111 11100011 1000101 110101

Color Harmonies of #3257DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3257DA

Black with #3257DA

Text Example


Text Example

White with #3257DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3257DA; }

 p { color: rgb(50,87,218); }

 H1.HeaderClassName
 {
   color: #3257DA;
 }
 .AnyTagClassName
 {
   color: #3257DA;
 }
</style>

background-color css

<style>
 a { background-color: #3257DA; }

 a { background-color: rgb(50,87,218); }

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

border-color css

<style>
 span { border-color: #3257DA; }

 span { border-color: rgb(50,87,218); }

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