Html Css Color HEX #378CBB Curious Blue

📋 copy color: '#378CBB'

red 55 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #378CBB

Tints of Curious Blue #378CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

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

R = 14.4%
G = 36.65%
B = 48.95%

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

#378CBB (or 0x378CBB) is known color: Curious Blue. HEX triplet: 37, 8C and BB. RGB value is (55,140,187). Sum of RGB (Red+Green+Blue) = 55+140+187=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #378CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CBB is #C87344. Grayscale: #777777. Windows color (decimal): -13136709 or 12291127. OLE color: 12291127.

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

Color convert

RGB 55 140 187 -
CMYK 0.71 0.25 0 0.27
HSL 201.36º 0.55% 0.47% -
HSV(B) 201.36º 0.71% 0.73% -
XYZ 19.92 23.16 50.43 -
YUV 119.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 55 140 187 0.71 0.25 0 0.27 201.36 0.55 0.47
Hex 37 8C BB 47 19 0 1B C9 37 2F
Octal 67 214 273 107 31 0 33 311 67 57
Binary 110111 10001100 10111011 1000111 11001 0 11011 11001001 110111 101111

Color Harmonies of #378CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CBB

Black with #378CBB

Text Example


Text Example

White with #378CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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