Html Css Color HEX #378BCE Curious Blue

📋 copy color: '#378BCE'

red 55 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #378BCE

Tints of Curious Blue #378BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

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

R = 13.75%
G = 34.75%
B = 51.5%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#378BCE (or 0x378BCE) is known color: Curious Blue. HEX triplet: 37, 8B and CE. RGB value is (55,139,206). Sum of RGB (Red+Green+Blue) = 55+139+206=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #378BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BCE is #C87431. Grayscale: #797979. Windows color (decimal): -13136946 or 13536055. OLE color: 13536055.

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

Color convert

RGB 55 139 206 -
CMYK 0.73 0.33 0 0.19
HSL 206.62º 0.61% 0.51% -
HSV(B) 206.62º 0.73% 0.81% -
XYZ 21.95 23.73 61.82 -
YUV 121.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 55 139 206 0.73 0.33 0 0.19 206.62 0.61 0.51
Hex 37 8B CE 49 21 0 13 CF 3D 33
Octal 67 213 316 111 41 0 23 317 75 63
Binary 110111 10001011 11001110 1001001 100001 0 10011 11001111 111101 110011

Color Harmonies of #378BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BCE

Black with #378BCE

Text Example


Text Example

White with #378BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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