Html Css Color HEX #378DDB Curious Blue

📋 copy color: '#378DDB'

red 55 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #378DDB

Tints of Curious Blue #378DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 13.25%
G = 33.98%
B = 52.77%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#378DDB (or 0x378DDB) is known color: Curious Blue. HEX triplet: 37, 8D and DB. RGB value is (55,141,219). Sum of RGB (Red+Green+Blue) = 55+141+219=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #378DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DDB is #C87224. Grayscale: #7B7B7B. Windows color (decimal): -13136421 or 14388535. OLE color: 14388535.

HSL color Cylindrical-coordinate representation of color #378DDB: hue angle of 208.54º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378DDB is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 141 219 -
CMYK 0.75 0.36 0 0.14
HSL 208.54º 0.69% 0.54% -
HSV(B) 208.54º 0.75% 0.86% -
XYZ 23.89 24.98 70.58 -
YUV 124.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 55 141 219 0.75 0.36 0 0.14 208.54 0.69 0.54
Hex 37 8D DB 4B 24 0 E D1 45 36
Octal 67 215 333 113 44 0 16 321 105 66
Binary 110111 10001101 11011011 1001011 100100 0 1110 11010001 1000101 110110

Color Harmonies of #378DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DDB

Black with #378DDB

Text Example


Text Example

White with #378DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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