#378ACA

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

Shades of Curious Blue #378ACA

Tints of Curious Blue #378ACA

Color information

#378ACA (or 0x378ACA) is unknown color: approx Curious Blue. HEX triplet: 37, 8A and CA. RGB value is (55,138,202). Sum of RGB (Red+Green+Blue) = 55+138+202=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #378ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ACA is #C87535. Grayscale: #787878. Windows color (decimal): -13137206 or 13273655. OLE color: 13273655.

HSL color Cylindrical-coordinate representation of color #378ACA: hue angle of 206.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378ACA is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB55138202-
CMYK0.730.3200.21
HSL206.12º58.1%50.39%-
HSV(B)206.12º72.77%79.22%-
XYZ21.3223.2559.24-
YUV120.4817481.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=13.92%
G=34.94%
B=51.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551382020.730.3200.21206.1258.150.39
Hex378ACA4920015ce3a32
Octal67212312111400253167262
Binary1101111000101011001010100100110000001010111001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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