Html Css Color HEX #378FD7 Curious Blue

📋 copy color: '#378FD7'

red 55 ◦ green 143 ◦ blue 215

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

Shades of Curious Blue #378FD7

Tints of Curious Blue #378FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.06%

R = 13.32%
G = 34.62%
B = 52.06%

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

#378FD7 (or 0x378FD7) is known color: Curious Blue. HEX triplet: 37, 8F and D7. RGB value is (55,143,215). Sum of RGB (Red+Green+Blue) = 55+143+215=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #378FD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FD7 is #C87028. Grayscale: #7C7C7C. Windows color (decimal): -13135913 or 14126903. OLE color: 14126903.

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

Color convert

RGB 55 143 215 -
CMYK 0.74 0.33 0 0.16
HSL 207º 0.67% 0.53% -
HSV(B) 207º 0.74% 0.84% -
XYZ 23.66 25.36 67.94 -
YUV 124.9 178.85 78.15 -
System Red Green Blue C M Y K H S L
Decimal 55 143 215 0.74 0.33 0 0.16 207 0.67 0.53
Hex 37 8F D7 4A 21 0 10 CF 43 35
Octal 67 217 327 112 41 0 20 317 103 65
Binary 110111 10001111 11010111 1001010 100001 0 10000 11001111 1000011 110101

Color Harmonies of #378FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FD7

Black with #378FD7

Text Example


Text Example

White with #378FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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