Html Css Color HEX #378FBF Curious Blue

📋 copy color: '#378FBF'

red 55 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #378FBF

Tints of Curious Blue #378FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 14.14%
G = 36.76%
B = 49.1%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#378FBF (or 0x378FBF) is known color: Curious Blue. HEX triplet: 37, 8F and BF. RGB value is (55,143,191). Sum of RGB (Red+Green+Blue) = 55+143+191=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #378FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FBF is #C87040. Grayscale: #797979. Windows color (decimal): -13135937 or 12554039. OLE color: 12554039.

HSL color Cylindrical-coordinate representation of color #378FBF: hue angle of 201.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378FBF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 143 191 -
CMYK 0.71 0.25 0 0.25
HSL 201.18º 0.55% 0.48% -
HSV(B) 201.18º 0.71% 0.75% -
XYZ 20.8 24.22 52.87 -
YUV 122.16 166.85 80.1 -
System Red Green Blue C M Y K H S L
Decimal 55 143 191 0.71 0.25 0 0.25 201.18 0.55 0.48
Hex 37 8F BF 47 19 0 19 C9 37 30
Octal 67 217 277 107 31 0 31 311 67 60
Binary 110111 10001111 10111111 1000111 11001 0 11001 11001001 110111 110000

Color Harmonies of #378FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FBF

Black with #378FBF

Text Example


Text Example

White with #378FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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