Html Css Color HEX #3775DB Royal Blue

📋 copy color: '#3775DB'

red 55 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #3775DB

Tints of Royal Blue #3775DB

RGB

 RED value IS 55 (21.88% from 255) = 14.07%

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

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

R = 14.07%
G = 29.92%
B = 56.01%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3775DB (or 0x3775DB) is known color: Royal Blue. HEX triplet: 37, 75 and DB. RGB value is (55,117,219). Sum of RGB (Red+Green+Blue) = 55+117+219=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3775DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3775DB is #C88A24. Grayscale: #6D6D6D. Windows color (decimal): -13142565 or 14382391. OLE color: 14382391.

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

Color convert

RGB 55 117 219 -
CMYK 0.75 0.47 0 0.14
HSL 217.32º 0.69% 0.54% -
HSV(B) 217.32º 0.75% 0.86% -
XYZ 20.72 18.65 69.53 -
YUV 110.09 189.46 88.71 -
System Red Green Blue C M Y K H S L
Decimal 55 117 219 0.75 0.47 0 0.14 217.32 0.69 0.54
Hex 37 75 DB 4B 2F 0 E D9 45 36
Octal 67 165 333 113 57 0 16 331 105 66
Binary 110111 1110101 11011011 1001011 101111 0 1110 11011001 1000101 110110

Color Harmonies of #3775DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3775DB

Black with #3775DB

Text Example


Text Example

White with #3775DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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