#2382BF

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

Shades of Curious Blue #2382BF

Tints of Curious Blue #2382BF

Color information

#2382BF (or 0x2382BF) is unknown color: approx Curious Blue. HEX triplet: 23, 82 and BF. RGB value is (35,130,191). Sum of RGB (Red+Green+Blue) = 35+130+191=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #2382BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2382BF is #DC7D40. Grayscale: #6C6C6C. Windows color (decimal): -14449985 or 12550691. OLE color: 12550691.

HSL color Cylindrical-coordinate representation of color #2382BF: hue angle of 203.46º 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 #2382BF is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35130191-
CMYK0.820.3200.25
HSL203.46º69.03%44.31%-
HSV(B)203.46º81.68%74.9%-
XYZ18.0820.0852.21-
YUV108.55174.5375.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.83%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 191 (75% from 255) = 53.65%
R=9.83%
G=36.52%
B=53.65%

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
Decimal351301910.820.3200.25203.4669.0344.31
Hex2382BF5220019cb452c
Octal432022771224003131310554
Binary10001110000010101111111010010100000011001110010111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2382BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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