#367DB2

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

Shades of Curious Blue #367DB2

Tints of Curious Blue #367DB2

Color information

#367DB2 (or 0x367DB2) is unknown color: approx Curious Blue. HEX triplet: 36, 7D and B2. RGB value is (54,125,178). Sum of RGB (Red+Green+Blue) = 54+125+178=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #367DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367DB2 is #C9824D. Grayscale: #6D6D6D. Windows color (decimal): -13206094 or 11697462. OLE color: 11697462.

HSL color Cylindrical-coordinate representation of color #367DB2: hue angle of 205.65º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #367DB2 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB54125178-
CMYK0.700.3000.30
HSL205.65º53.45%45.49%-
HSV(B)205.65º69.66%69.8%-
XYZ16.8918.6744.83-
YUV109.81166.4888.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.13%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 178 (69.92% from 255) = 49.86%
R=15.13%
G=35.01%
B=49.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal541251780.700.3000.30205.6553.4545.49
Hex367DB2461E01Ece352d
Octal66175262106360363166555
Binary11011011111011011001010001101111001111011001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367DB2; }

 p { color: rgb(54,125,178); }

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

<style>
 a { background-color: #367DB2; }

 a { background-color: rgb(54,125,178); }

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

<style>
 span { border-color: #367DB2; }

 span { border-color: rgb(54,125,178); }

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