Html Css Color HEX #375BDA Royal Blue

📋 copy color: '#375BDA'

red 55 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #375BDA

Tints of Royal Blue #375BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 15.11%
G = 25%
B = 59.89%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#375BDA (or 0x375BDA) is known color: Royal Blue. HEX triplet: 37, 5B and DA. RGB value is (55,91,218). Sum of RGB (Red+Green+Blue) = 55+91+218=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #375BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375BDA is #C8A425. Grayscale: #5E5E5E. Windows color (decimal): -13149222 or 14310199. OLE color: 14310199.

HSL color Cylindrical-coordinate representation of color #375BDA: hue angle of 226.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375BDA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 91 218 -
CMYK 0.75 0.58 0 0.15
HSL 226.75º 0.69% 0.54% -
HSV(B) 226.75º 0.75% 0.85% -
XYZ 17.97 13.36 67.96 -
YUV 94.71 197.57 99.67 -
System Red Green Blue C M Y K H S L
Decimal 55 91 218 0.75 0.58 0 0.15 226.75 0.69 0.54
Hex 37 5B DA 4B 3A 0 F E3 45 36
Octal 67 133 332 113 72 0 17 343 105 66
Binary 110111 1011011 11011010 1001011 111010 0 1111 11100011 1000101 110110

Color Harmonies of #375BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BDA

Black with #375BDA

Text Example


Text Example

White with #375BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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