Html Css Color HEX #375CDA Royal Blue

📋 copy color: '#375CDA'

red 55 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #375CDA

Tints of Royal Blue #375CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

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

R = 15.07%
G = 25.21%
B = 59.73%

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

#375CDA (or 0x375CDA) is known color: Royal Blue. HEX triplet: 37, 5C and DA. RGB value is (55,92,218). Sum of RGB (Red+Green+Blue) = 55+92+218=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #375CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CDA is #C8A325. Grayscale: #5E5E5E. Windows color (decimal): -13148966 or 14310455. OLE color: 14310455.

HSL color Cylindrical-coordinate representation of color #375CDA: hue angle of 226.38º 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 #375CDA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 92 218 -
CMYK 0.75 0.58 0 0.15
HSL 226.38º 0.69% 0.54% -
HSV(B) 226.38º 0.75% 0.85% -
XYZ 18.06 13.53 67.99 -
YUV 95.3 197.24 99.25 -
System Red Green Blue C M Y K H S L
Decimal 55 92 218 0.75 0.58 0 0.15 226.38 0.69 0.54
Hex 37 5C DA 4B 3A 0 F E2 45 36
Octal 67 134 332 113 72 0 17 342 105 66
Binary 110111 1011100 11011010 1001011 111010 0 1111 11100010 1000101 110110

Color Harmonies of #375CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CDA

Black with #375CDA

Text Example


Text Example

White with #375CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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