Html Css Color HEX #378DBB Curious Blue

📋 copy color: '#378DBB'

red 55 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #378DBB

Tints of Curious Blue #378DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.81%

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

R = 14.36%
G = 36.81%
B = 48.83%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#378DBB (or 0x378DBB) is known color: Curious Blue. HEX triplet: 37, 8D and BB. RGB value is (55,141,187). Sum of RGB (Red+Green+Blue) = 55+141+187=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #378DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DBB is #C87244. Grayscale: #787878. Windows color (decimal): -13136453 or 12291383. OLE color: 12291383.

HSL color Cylindrical-coordinate representation of color #378DBB: hue angle of 200.91º 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 #378DBB is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 141 187 -
CMYK 0.71 0.25 0 0.27
HSL 200.91º 0.55% 0.47% -
HSV(B) 200.91º 0.71% 0.73% -
XYZ 20.07 23.45 50.48 -
YUV 120.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 55 141 187 0.71 0.25 0 0.27 200.91 0.55 0.47
Hex 37 8D BB 47 19 0 1B C9 37 2F
Octal 67 215 273 107 31 0 33 311 67 57
Binary 110111 10001101 10111011 1000111 11001 0 11011 11001001 110111 101111

Color Harmonies of #378DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DBB

Black with #378DBB

Text Example


Text Example

White with #378DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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