#2381BD

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

Shades of Curious Blue #2381BD

Tints of Curious Blue #2381BD

Color information

#2381BD (or 0x2381BD) is unknown color: approx Curious Blue. HEX triplet: 23, 81 and BD. RGB value is (35,129,189). Sum of RGB (Red+Green+Blue) = 35+129+189=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #2381BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2381BD is #DC7E42. Grayscale: #6B6B6B. Windows color (decimal): -14450243 or 12419363. OLE color: 12419363.

HSL color Cylindrical-coordinate representation of color #2381BD: hue angle of 203.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2381BD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB35129189-
CMYK0.810.3200.26
HSL203.38º68.75%43.92%-
HSV(B)203.38º81.48%74.12%-
XYZ17.7319.7351.02-
YUV107.73173.8676.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.92%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 189 (74.22% from 255) = 53.54%
R=9.92%
G=36.54%
B=53.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351291890.810.3200.26203.3868.7543.92
Hex2381BD512001Acb452c
Octal432012751214003231310554
Binary10001110000001101111011010001100000011010110010111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2381BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2381BD; }

 p { color: rgb(35,129,189); }

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

<style>
 a { background-color: #2381BD; }

 a { background-color: rgb(35,129,189); }

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

<style>
 span { border-color: #2381BD; }

 span { border-color: rgb(35,129,189); }

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