Html Css Color HEX #3375DB Royal Blue

📋 copy color: '#3375DB'

red 51 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #3375DB

Tints of Royal Blue #3375DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 13.18%
G = 30.23%
B = 56.59%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3375DB (or 0x3375DB) is known color: Royal Blue. HEX triplet: 33, 75 and DB. RGB value is (51,117,219). Sum of RGB (Red+Green+Blue) = 51+117+219=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3375DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375DB is #CC8A24. Grayscale: #6C6C6C. Windows color (decimal): -13404709 or 14382387. OLE color: 14382387.

HSL color Cylindrical-coordinate representation of color #3375DB: hue angle of 216.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3375DB is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 117 219 -
CMYK 0.77 0.47 0 0.14
HSL 216.43º 0.7% 0.53% -
HSV(B) 216.43º 0.77% 0.86% -
XYZ 20.51 18.54 69.52 -
YUV 108.89 190.13 86.71 -
System Red Green Blue C M Y K H S L
Decimal 51 117 219 0.77 0.47 0 0.14 216.43 0.7 0.53
Hex 33 75 DB 4D 2F 0 E D8 46 35
Octal 63 165 333 115 57 0 16 330 106 65
Binary 110011 1110101 11011011 1001101 101111 0 1110 11011000 1000110 110101

Color Harmonies of #3375DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375DB

Black with #3375DB

Text Example


Text Example

White with #3375DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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