Html Css Color HEX #375BDD Royal Blue

📋 copy color: '#375BDD'

red 55 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #375BDD

Tints of Royal Blue #375BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 14.99%
G = 24.8%
B = 60.22%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#375BDD (or 0x375BDD) is known color: Royal Blue. HEX triplet: 37, 5B and DD. RGB value is (55,91,221). Sum of RGB (Red+Green+Blue) = 55+91+221=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #375BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BDD is #C8A422. Grayscale: #5E5E5E. Windows color (decimal): -13149219 or 14506807. OLE color: 14506807.

HSL color Cylindrical-coordinate representation of color #375BDD: hue angle of 226.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375BDD is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 91 221 -
CMYK 0.75 0.59 0 0.13
HSL 226.99º 0.71% 0.54% -
HSV(B) 226.99º 0.75% 0.87% -
XYZ 18.37 13.51 70.05 -
YUV 95.06 199.07 99.43 -
System Red Green Blue C M Y K H S L
Decimal 55 91 221 0.75 0.59 0 0.13 226.99 0.71 0.54
Hex 37 5B DD 4B 3B 0 D E3 47 36
Octal 67 133 335 113 73 0 15 343 107 66
Binary 110111 1011011 11011101 1001011 111011 0 1101 11100011 1000111 110110

Color Harmonies of #375BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BDD

Black with #375BDD

Text Example


Text Example

White with #375BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375BDD; }

 p { color: rgb(55,91,221); }

 H1.HeaderClassName
 {
   color: #375BDD;
 }
 .AnyTagClassName
 {
   color: #375BDD;
 }
</style>

background-color css

<style>
 a { background-color: #375BDD; }

 a { background-color: rgb(55,91,221); }

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

border-color css

<style>
 span { border-color: #375BDD; }

 span { border-color: rgb(55,91,221); }

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