Html Css Color HEX #376FCB Royal Blue

📋 copy color: '#376FCB'

red 55 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #376FCB

Tints of Royal Blue #376FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 14.91%
G = 30.08%
B = 55.01%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#376FCB (or 0x376FCB) is known color: Royal Blue. HEX triplet: 37, 6F and CB. RGB value is (55,111,203). Sum of RGB (Red+Green+Blue) = 55+111+203=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #376FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FCB is #C89034. Grayscale: #686868. Windows color (decimal): -13144117 or 13332279. OLE color: 13332279.

HSL color Cylindrical-coordinate representation of color #376FCB: hue angle of 217.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376FCB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 111 203 -
CMYK 0.73 0.45 0 0.20
HSL 217.3º 0.59% 0.51% -
HSV(B) 217.3º 0.73% 0.8% -
XYZ 18.04 16.49 58.73 -
YUV 104.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 55 111 203 0.73 0.45 0 0.20 217.3 0.59 0.51
Hex 37 6F CB 49 2D 0 14 D9 3B 33
Octal 67 157 313 111 55 0 24 331 73 63
Binary 110111 1101111 11001011 1001001 101101 0 10100 11011001 111011 110011

Color Harmonies of #376FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FCB

Black with #376FCB

Text Example


Text Example

White with #376FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376FCB; }

 p { color: rgb(55,111,203); }

 H1.HeaderClassName
 {
   color: #376FCB;
 }
 .AnyTagClassName
 {
   color: #376FCB;
 }
</style>

background-color css

<style>
 a { background-color: #376FCB; }

 a { background-color: rgb(55,111,203); }

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

border-color css

<style>
 span { border-color: #376FCB; }

 span { border-color: rgb(55,111,203); }

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