Html Css Color HEX #3375EB Royal Blue

📋 copy color: '#3375EB'

red 51 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #3375EB

Tints of Royal Blue #3375EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

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

R = 12.66%
G = 29.03%
B = 58.31%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3375EB (or 0x3375EB) is known color: Royal Blue. HEX triplet: 33, 75 and EB. RGB value is (51,117,235). Sum of RGB (Red+Green+Blue) = 51+117+235=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #3375EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3375EB is #CC8A14. Grayscale: #6E6E6E. Windows color (decimal): -13404693 or 15430963. OLE color: 15430963.

HSL color Cylindrical-coordinate representation of color #3375EB: hue angle of 218.48º 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 #3375EB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 117 235 -
CMYK 0.78 0.50 0 0.08
HSL 218.48º 0.82% 0.56% -
HSV(B) 218.48º 0.78% 0.92% -
XYZ 22.72 19.42 81.15 -
YUV 110.72 198.13 85.41 -
System Red Green Blue C M Y K H S L
Decimal 51 117 235 0.78 0.50 0 0.08 218.48 0.82 0.56
Hex 33 75 EB 4E 32 0 8 DA 52 38
Octal 63 165 353 116 62 0 10 332 122 70
Binary 110011 1110101 11101011 1001110 110010 0 1000 11011010 1010010 111000

Color Harmonies of #3375EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375EB

Black with #3375EB

Text Example


Text Example

White with #3375EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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