Html Css Color HEX #3370ED Royal Blue

📋 copy color: '#3370ED'

red 51 ◦ green 112 ◦ blue 237

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

Shades of Royal Blue #3370ED

Tints of Royal Blue #3370ED

RGB

 RED value IS 51 (20.31% from 255) = 12.75%

 GREEN value IS 112 (44.14% from 255) = 28%

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

R = 12.75%
G = 28%
B = 59.25%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3370ED (or 0x3370ED) is known color: Royal Blue. HEX triplet: 33, 70 and ED. RGB value is (51,112,237). Sum of RGB (Red+Green+Blue) = 51+112+237=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #3370ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3370ED is #CC8F12. Grayscale: #6B6B6B. Windows color (decimal): -13405971 or 15560755. OLE color: 15560755.

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

Color convert

RGB 51 112 237 -
CMYK 0.78 0.53 0 0.07
HSL 220.32º 0.84% 0.56% -
HSV(B) 220.32º 0.78% 0.93% -
XYZ 22.45 18.41 82.49 -
YUV 108.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 51 112 237 0.78 0.53 0 0.07 220.32 0.84 0.56
Hex 33 70 ED 4E 35 0 7 DC 54 38
Octal 63 160 355 116 65 0 7 334 124 70
Binary 110011 1110000 11101101 1001110 110101 0 111 11011100 1010100 111000

Color Harmonies of #3370ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370ED

Black with #3370ED

Text Example


Text Example

White with #3370ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,112,237); }

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

background-color css

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

 a { background-color: rgb(51,112,237); }

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

border-color css

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

 span { border-color: rgb(51,112,237); }

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