Html Css Color HEX #3765DB Royal Blue

📋 copy color: '#3765DB'

red 55 ◦ green 101 ◦ blue 219

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

Shades of Royal Blue #3765DB

Tints of Royal Blue #3765DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

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

R = 14.67%
G = 26.93%
B = 58.4%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3765DB (or 0x3765DB) is known color: Royal Blue. HEX triplet: 37, 65 and DB. RGB value is (55,101,219). Sum of RGB (Red+Green+Blue) = 55+101+219=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #3765DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3765DB is #C89A24. Grayscale: #646464. Windows color (decimal): -13146661 or 14378295. OLE color: 14378295.

HSL color Cylindrical-coordinate representation of color #3765DB: hue angle of 223.17º 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 #3765DB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 101 219 -
CMYK 0.75 0.54 0 0.14
HSL 223.17º 0.69% 0.54% -
HSV(B) 223.17º 0.75% 0.86% -
XYZ 19.02 15.23 68.96 -
YUV 100.7 194.76 95.41 -
System Red Green Blue C M Y K H S L
Decimal 55 101 219 0.75 0.54 0 0.14 223.17 0.69 0.54
Hex 37 65 DB 4B 36 0 E DF 45 36
Octal 67 145 333 113 66 0 16 337 105 66
Binary 110111 1100101 11011011 1001011 110110 0 1110 11011111 1000101 110110

Color Harmonies of #3765DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3765DB

Black with #3765DB

Text Example


Text Example

White with #3765DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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