Html Css Color HEX #378FD5 Curious Blue

📋 copy color: '#378FD5'

red 55 ◦ green 143 ◦ blue 213

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

Shades of Curious Blue #378FD5

Tints of Curious Blue #378FD5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 13.38%
G = 34.79%
B = 51.82%

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

#378FD5 (or 0x378FD5) is known color: Curious Blue. HEX triplet: 37, 8F and D5. RGB value is (55,143,213). Sum of RGB (Red+Green+Blue) = 55+143+213=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #378FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FD5 is #C8702A. Grayscale: #7C7C7C. Windows color (decimal): -13135915 or 13995831. OLE color: 13995831.

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

Color convert

RGB 55 143 213 -
CMYK 0.74 0.33 0 0.16
HSL 206.58º 0.65% 0.53% -
HSV(B) 206.58º 0.74% 0.84% -
XYZ 23.41 25.26 66.59 -
YUV 124.67 177.85 78.31 -
System Red Green Blue C M Y K H S L
Decimal 55 143 213 0.74 0.33 0 0.16 206.58 0.65 0.53
Hex 37 8F D5 4A 21 0 10 CF 41 35
Octal 67 217 325 112 41 0 20 317 101 65
Binary 110111 10001111 11010101 1001010 100001 0 10000 11001111 1000001 110101

Color Harmonies of #378FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FD5

Black with #378FD5

Text Example


Text Example

White with #378FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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