Html Css Color HEX #378FBB Curious Blue

📋 copy color: '#378FBB'

red 55 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #378FBB

Tints of Curious Blue #378FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 14.29%
G = 37.14%
B = 48.57%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#378FBB (or 0x378FBB) is known color: Curious Blue. HEX triplet: 37, 8F and BB. RGB value is (55,143,187). Sum of RGB (Red+Green+Blue) = 55+143+187=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #378FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FBB is #C87044. Grayscale: #797979. Windows color (decimal): -13135941 or 12291895. OLE color: 12291895.

HSL color Cylindrical-coordinate representation of color #378FBB: hue angle of 200º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378FBB is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 143 187 -
CMYK 0.71 0.24 0 0.27
HSL 200º 0.55% 0.47% -
HSV(B) 200º 0.71% 0.73% -
XYZ 20.37 24.05 50.58 -
YUV 121.7 164.85 80.42 -
System Red Green Blue C M Y K H S L
Decimal 55 143 187 0.71 0.24 0 0.27 200 0.55 0.47
Hex 37 8F BB 47 18 0 1B C8 37 2F
Octal 67 217 273 107 30 0 33 310 67 57
Binary 110111 10001111 10111011 1000111 11000 0 11011 11001000 110111 101111

Color Harmonies of #378FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FBB

Black with #378FBB

Text Example


Text Example

White with #378FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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