Html Css Color HEX #378DB4 Curious Blue

📋 copy color: '#378DB4'

red 55 ◦ green 141 ◦ blue 180

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

Shades of Curious Blue #378DB4

Tints of Curious Blue #378DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 14.63%
G = 37.5%
B = 47.87%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#378DB4 (or 0x378DB4) is known color: Curious Blue. HEX triplet: 37, 8D and B4. RGB value is (55,141,180). Sum of RGB (Red+Green+Blue) = 55+141+180=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #378DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DB4 is #C8724B. Grayscale: #777777. Windows color (decimal): -13136460 or 11832631. OLE color: 11832631.

HSL color Cylindrical-coordinate representation of color #378DB4: hue angle of 198.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378DB4 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 141 180 -
CMYK 0.69 0.22 0 0.29
HSL 198.72º 0.53% 0.46% -
HSV(B) 198.72º 0.69% 0.71% -
XYZ 19.34 23.16 46.63 -
YUV 119.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 55 141 180 0.69 0.22 0 0.29 198.72 0.53 0.46
Hex 37 8D B4 45 16 0 1D C7 35 2E
Octal 67 215 264 105 26 0 35 307 65 56
Binary 110111 10001101 10110100 1000101 10110 0 11101 11000111 110101 101110

Color Harmonies of #378DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DB4

Black with #378DB4

Text Example


Text Example

White with #378DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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