Html Css Color HEX #3755DF Royal Blue

📋 copy color: '#3755DF'

red 55 ◦ green 85 ◦ blue 223

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

Shades of Royal Blue #3755DF

Tints of Royal Blue #3755DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 15.15%
G = 23.42%
B = 61.43%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3755DF (or 0x3755DF) is known color: Royal Blue. HEX triplet: 37, 55 and DF. RGB value is (55,85,223). Sum of RGB (Red+Green+Blue) = 55+85+223=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #3755DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755DF is #C8AA20. Grayscale: #5B5B5B. Windows color (decimal): -13150753 or 14636343. OLE color: 14636343.

HSL color Cylindrical-coordinate representation of color #3755DF: hue angle of 229.29º 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 #3755DF is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 85 223 -
CMYK 0.75 0.62 0 0.13
HSL 229.29º 0.72% 0.55% -
HSV(B) 229.29º 0.75% 0.87% -
XYZ 18.14 12.64 71.29 -
YUV 91.76 202.06 101.78 -
System Red Green Blue C M Y K H S L
Decimal 55 85 223 0.75 0.62 0 0.13 229.29 0.72 0.55
Hex 37 55 DF 4B 3E 0 D E5 48 37
Octal 67 125 337 113 76 0 15 345 110 67
Binary 110111 1010101 11011111 1001011 111110 0 1101 11100101 1001000 110111

Color Harmonies of #3755DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3755DF

Black with #3755DF

Text Example


Text Example

White with #3755DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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