Html Css Color HEX #376EBA Curious Blue

📋 copy color: '#376EBA'

red 55 ◦ green 110 ◦ blue 186

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

Shades of Curious Blue #376EBA

Tints of Curious Blue #376EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.34%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 15.67%
G = 31.34%
B = 52.99%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#376EBA (or 0x376EBA) is known color: Curious Blue. HEX triplet: 37, 6E and BA. RGB value is (55,110,186). Sum of RGB (Red+Green+Blue) = 55+110+186=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #376EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376EBA is #C89145. Grayscale: #656565. Windows color (decimal): -13144390 or 12217911. OLE color: 12217911.

HSL color Cylindrical-coordinate representation of color #376EBA: hue angle of 214.81º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #376EBA is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 110 186 -
CMYK 0.70 0.41 0 0.27
HSL 214.81º 0.54% 0.47% -
HSV(B) 214.81º 0.7% 0.73% -
XYZ 16.01 15.51 48.6 -
YUV 102.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 55 110 186 0.70 0.41 0 0.27 214.81 0.54 0.47
Hex 37 6E BA 46 29 0 1B D7 36 2F
Octal 67 156 272 106 51 0 33 327 66 57
Binary 110111 1101110 10111010 1000110 101001 0 11011 11010111 110110 101111

Color Harmonies of #376EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376EBA

Black with #376EBA

Text Example


Text Example

White with #376EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,110,186); }

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

background-color css

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

 a { background-color: rgb(55,110,186); }

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

border-color css

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

 span { border-color: rgb(55,110,186); }

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