Html Css Color HEX #378ED5 Curious Blue

📋 copy color: '#378ED5'

red 55 ◦ green 142 ◦ blue 213

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

Shades of Curious Blue #378ED5

Tints of Curious Blue #378ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.95%

R = 13.41%
G = 34.63%
B = 51.95%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#378ED5 (or 0x378ED5) is known color: Curious Blue. HEX triplet: 37, 8E and D5. RGB value is (55,142,213). Sum of RGB (Red+Green+Blue) = 55+142+213=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #378ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ED5 is #C8712A. Grayscale: #7B7B7B. Windows color (decimal): -13136171 or 13995575. OLE color: 13995575.

HSL color Cylindrical-coordinate representation of color #378ED5: hue angle of 206.96º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #378ED5 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 142 213 -
CMYK 0.74 0.33 0 0.16
HSL 206.96º 0.65% 0.53% -
HSV(B) 206.96º 0.74% 0.84% -
XYZ 23.26 24.96 66.54 -
YUV 124.08 178.18 78.73 -
System Red Green Blue C M Y K H S L
Decimal 55 142 213 0.74 0.33 0 0.16 206.96 0.65 0.53
Hex 37 8E D5 4A 21 0 10 CF 41 35
Octal 67 216 325 112 41 0 20 317 101 65
Binary 110111 10001110 11010101 1001010 100001 0 10000 11001111 1000001 110101

Color Harmonies of #378ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ED5

Black with #378ED5

Text Example


Text Example

White with #378ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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