Html Css Color HEX #376FCF Royal Blue

📋 copy color: '#376FCF'

red 55 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #376FCF

Tints of Royal Blue #376FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 14.75%
G = 29.76%
B = 55.5%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#376FCF (or 0x376FCF) is known color: Royal Blue. HEX triplet: 37, 6F and CF. RGB value is (55,111,207). Sum of RGB (Red+Green+Blue) = 55+111+207=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #376FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376FCF is #C89030. Grayscale: #686868. Windows color (decimal): -13144113 or 13594423. OLE color: 13594423.

HSL color Cylindrical-coordinate representation of color #376FCF: hue angle of 217.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #376FCF is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 111 207 -
CMYK 0.73 0.46 0 0.19
HSL 217.89º 0.61% 0.51% -
HSV(B) 217.89º 0.73% 0.81% -
XYZ 18.52 16.69 61.28 -
YUV 105.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 55 111 207 0.73 0.46 0 0.19 217.89 0.61 0.51
Hex 37 6F CF 49 2E 0 13 DA 3D 33
Octal 67 157 317 111 56 0 23 332 75 63
Binary 110111 1101111 11001111 1001001 101110 0 10011 11011010 111101 110011

Color Harmonies of #376FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376FCF

Black with #376FCF

Text Example


Text Example

White with #376FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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