Html Css Color HEX #378DCE Curious Blue

📋 copy color: '#378DCE'

red 55 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #378DCE

Tints of Curious Blue #378DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

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

R = 13.68%
G = 35.07%
B = 51.24%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#378DCE (or 0x378DCE) is known color: Curious Blue. HEX triplet: 37, 8D and CE. RGB value is (55,141,206). Sum of RGB (Red+Green+Blue) = 55+141+206=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #378DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DCE is #C87231. Grayscale: #7A7A7A. Windows color (decimal): -13136434 or 13536567. OLE color: 13536567.

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

Color convert

RGB 55 141 206 -
CMYK 0.73 0.32 0 0.19
HSL 205.83º 0.61% 0.51% -
HSV(B) 205.83º 0.73% 0.81% -
XYZ 22.24 24.32 61.91 -
YUV 122.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 55 141 206 0.73 0.32 0 0.19 205.83 0.61 0.51
Hex 37 8D CE 49 20 0 13 CE 3D 33
Octal 67 215 316 111 40 0 23 316 75 63
Binary 110111 10001101 11001110 1001001 100000 0 10011 11001110 111101 110011

Color Harmonies of #378DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DCE

Black with #378DCE

Text Example


Text Example

White with #378DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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