Html Css Color HEX #3765DF Royal Blue

📋 copy color: '#3765DF'

red 55 ◦ green 101 ◦ blue 223

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

Shades of Royal Blue #3765DF

Tints of Royal Blue #3765DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.84%

R = 14.51%
G = 26.65%
B = 58.84%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3765DF (or 0x3765DF) is known color: Royal Blue. HEX triplet: 37, 65 and DF. RGB value is (55,101,223). Sum of RGB (Red+Green+Blue) = 55+101+223=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #3765DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3765DF is #C89A20. Grayscale: #646464. Windows color (decimal): -13146657 or 14640439. OLE color: 14640439.

HSL color Cylindrical-coordinate representation of color #3765DF: hue angle of 223.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3765DF is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 101 223 -
CMYK 0.75 0.55 0 0.13
HSL 223.57º 0.72% 0.55% -
HSV(B) 223.57º 0.75% 0.87% -
XYZ 19.55 15.45 71.76 -
YUV 101.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 55 101 223 0.75 0.55 0 0.13 223.57 0.72 0.55
Hex 37 65 DF 4B 37 0 D E0 48 37
Octal 67 145 337 113 67 0 15 340 110 67
Binary 110111 1100101 11011111 1001011 110111 0 1101 11100000 1001000 110111

Color Harmonies of #3765DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3765DF

Black with #3765DF

Text Example


Text Example

White with #3765DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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