Html Css Color HEX #3370EB Royal Blue

📋 copy color: '#3370EB'

red 51 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #3370EB

Tints of Royal Blue #3370EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 12.81%
G = 28.14%
B = 59.05%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3370EB (or 0x3370EB) is known color: Royal Blue. HEX triplet: 33, 70 and EB. RGB value is (51,112,235). Sum of RGB (Red+Green+Blue) = 51+112+235=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #3370EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3370EB is #CC8F14. Grayscale: #6B6B6B. Windows color (decimal): -13405973 or 15429683. OLE color: 15429683.

HSL color Cylindrical-coordinate representation of color #3370EB: hue angle of 220.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3370EB is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 112 235 -
CMYK 0.78 0.52 0 0.08
HSL 220.11º 0.82% 0.56% -
HSV(B) 220.11º 0.78% 0.92% -
XYZ 22.15 18.29 80.96 -
YUV 107.78 199.79 87.5 -
System Red Green Blue C M Y K H S L
Decimal 51 112 235 0.78 0.52 0 0.08 220.11 0.82 0.56
Hex 33 70 EB 4E 34 0 8 DC 52 38
Octal 63 160 353 116 64 0 10 334 122 70
Binary 110011 1110000 11101011 1001110 110100 0 1000 11011100 1010010 111000

Color Harmonies of #3370EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370EB

Black with #3370EB

Text Example


Text Example

White with #3370EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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