#378ABA

Color #378ABA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #378ABA

Tints of Curious Blue #378ABA

Color information

#378ABA (or 0x378ABA) is unknown color: approx Curious Blue. HEX triplet: 37, 8A and BA. RGB value is (55,138,186). Sum of RGB (Red+Green+Blue) = 55+138+186=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #378ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ABA is #C87545. Grayscale: #767676. Windows color (decimal): -13137222 or 12225079. OLE color: 12225079.

HSL color Cylindrical-coordinate representation of color #378ABA: hue angle of 201.98º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #378ABA is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB55138186-
CMYK0.700.2600.27
HSL201.98º54.36%47.25%-
HSV(B)201.98º70.43%72.94%-
XYZ19.5322.5349.77-
YUV118.6616682.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.51%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=14.51%
G=36.41%
B=49.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551381860.700.2600.27201.9854.3647.25
Hex378ABA461A01Bca362f
Octal67212272106320333126657
Binary110111100010101011101010001101101001101111001010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,186); }

 H1.HeaderClassName
 {
   color: #378ABA;
 }
 .AnyTagClassName
 {
   color: #378ABA;
 }
</style>
background-color css

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

 a { background-color: rgb(55,138,186); }

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

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

 span { border-color: rgb(55,138,186); }

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