Html Css Color HEX #3375DE Royal Blue

📋 copy color: '#3375DE'

red 51 ◦ green 117 ◦ blue 222

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

Shades of Royal Blue #3375DE

Tints of Royal Blue #3375DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.92%

R = 13.08%
G = 30%
B = 56.92%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3375DE (or 0x3375DE) is known color: Royal Blue. HEX triplet: 33, 75 and DE. RGB value is (51,117,222). Sum of RGB (Red+Green+Blue) = 51+117+222=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #3375DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375DE is #CC8A21. Grayscale: #6C6C6C. Windows color (decimal): -13404706 or 14578995. OLE color: 14578995.

HSL color Cylindrical-coordinate representation of color #3375DE: hue angle of 216.84º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3375DE is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 117 222 -
CMYK 0.77 0.47 0 0.13
HSL 216.84º 0.72% 0.54% -
HSV(B) 216.84º 0.77% 0.87% -
XYZ 20.91 18.7 71.61 -
YUV 109.24 191.63 86.46 -
System Red Green Blue C M Y K H S L
Decimal 51 117 222 0.77 0.47 0 0.13 216.84 0.72 0.54
Hex 33 75 DE 4D 2F 0 D D9 48 36
Octal 63 165 336 115 57 0 15 331 110 66
Binary 110011 1110101 11011110 1001101 101111 0 1101 11011001 1001000 110110

Color Harmonies of #3375DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375DE

Black with #3375DE

Text Example


Text Example

White with #3375DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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