Html Css Color HEX #378EBC Curious Blue

📋 copy color: '#378EBC'

red 55 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #378EBC

Tints of Curious Blue #378EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 14.29%
G = 36.88%
B = 48.83%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#378EBC (or 0x378EBC) is known color: Curious Blue. HEX triplet: 37, 8E and BC. RGB value is (55,142,188). Sum of RGB (Red+Green+Blue) = 55+142+188=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #378EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EBC is #C87143. Grayscale: #787878. Windows color (decimal): -13136196 or 12357175. OLE color: 12357175.

HSL color Cylindrical-coordinate representation of color #378EBC: hue angle of 200.75º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378EBC is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 142 188 -
CMYK 0.71 0.24 0 0.26
HSL 200.75º 0.55% 0.48% -
HSV(B) 200.75º 0.71% 0.74% -
XYZ 20.33 23.79 51.1 -
YUV 121.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 55 142 188 0.71 0.24 0 0.26 200.75 0.55 0.48
Hex 37 8E BC 47 18 0 1A C9 37 30
Octal 67 216 274 107 30 0 32 311 67 60
Binary 110111 10001110 10111100 1000111 11000 0 11010 11001001 110111 110000

Color Harmonies of #378EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378EBC

Black with #378EBC

Text Example


Text Example

White with #378EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378EBC; }

 p { color: rgb(55,142,188); }

 H1.HeaderClassName
 {
   color: #378EBC;
 }
 .AnyTagClassName
 {
   color: #378EBC;
 }
</style>

background-color css

<style>
 a { background-color: #378EBC; }

 a { background-color: rgb(55,142,188); }

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

border-color css

<style>
 span { border-color: #378EBC; }

 span { border-color: rgb(55,142,188); }

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