#2381BF

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

Shades of Curious Blue #2381BF

Tints of Curious Blue #2381BF

Color information

#2381BF (or 0x2381BF) is unknown color: approx Curious Blue. HEX triplet: 23, 81 and BF. RGB value is (35,129,191). Sum of RGB (Red+Green+Blue) = 35+129+191=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #2381BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2381BF is #DC7E40. Grayscale: #6B6B6B. Windows color (decimal): -14450241 or 12550435. OLE color: 12550435.

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

Color convert

RGB35129191-
CMYK0.820.3200.25
HSL203.85º69.03%44.31%-
HSV(B)203.85º81.68%74.9%-
XYZ17.9519.8252.17-
YUV107.96174.8675.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 191 (75% from 255) = 53.80%
R=9.86%
G=36.34%
B=53.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351291910.820.3200.25203.8569.0344.31
Hex2381BF5220019cc452c
Octal432012771224003131410554
Binary10001110000001101111111010010100000011001110011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2381BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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