Html Css Color HEX #3258ED Royal Blue

📋 copy color: '#3258ED'

red 50 ◦ green 88 ◦ blue 237

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

Shades of Royal Blue #3258ED

Tints of Royal Blue #3258ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 13.33%
G = 23.47%
B = 63.2%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3258ED (or 0x3258ED) is known color: Royal Blue. HEX triplet: 32, 58 and ED. RGB value is (50,88,237). Sum of RGB (Red+Green+Blue) = 50+88+237=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #3258ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3258ED is #CDA712. Grayscale: #5C5C5C. Windows color (decimal): -13477651 or 15554610. OLE color: 15554610.

HSL color Cylindrical-coordinate representation of color #3258ED: hue angle of 227.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3258ED is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 88 237 -
CMYK 0.79 0.63 0 0.07
HSL 227.81º 0.84% 0.56% -
HSV(B) 227.81º 0.79% 0.93% -
XYZ 20.09 13.77 81.72 -
YUV 93.62 208.91 96.88 -
System Red Green Blue C M Y K H S L
Decimal 50 88 237 0.79 0.63 0 0.07 227.81 0.84 0.56
Hex 32 58 ED 4F 3F 0 7 E4 54 38
Octal 62 130 355 117 77 0 7 344 124 70
Binary 110010 1011000 11101101 1001111 111111 0 111 11100100 1010100 111000

Color Harmonies of #3258ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3258ED

Black with #3258ED

Text Example


Text Example

White with #3258ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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