Html Css Color HEX #378ECE Curious Blue

📋 copy color: '#378ECE'

red 55 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #378ECE

Tints of Curious Blue #378ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 13.65%
G = 35.24%
B = 51.12%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#378ECE (or 0x378ECE) is known color: Curious Blue. HEX triplet: 37, 8E and CE. RGB value is (55,142,206). Sum of RGB (Red+Green+Blue) = 55+142+206=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #378ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ECE is #C87131. Grayscale: #7A7A7A. Windows color (decimal): -13136178 or 13536823. OLE color: 13536823.

HSL color Cylindrical-coordinate representation of color #378ECE: hue angle of 205.43º 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 #378ECE is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 142 206 -
CMYK 0.73 0.31 0 0.19
HSL 205.43º 0.61% 0.51% -
HSV(B) 205.43º 0.73% 0.81% -
XYZ 22.39 24.61 61.96 -
YUV 123.28 174.68 79.3 -
System Red Green Blue C M Y K H S L
Decimal 55 142 206 0.73 0.31 0 0.19 205.43 0.61 0.51
Hex 37 8E CE 49 1F 0 13 CD 3D 33
Octal 67 216 316 111 37 0 23 315 75 63
Binary 110111 10001110 11001110 1001001 11111 0 10011 11001101 111101 110011

Color Harmonies of #378ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ECE

Black with #378ECE

Text Example


Text Example

White with #378ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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