#2283BA

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

Shades of Curious Blue #2283BA

Tints of Curious Blue #2283BA

Color information

#2283BA (or 0x2283BA) is unknown color: approx Curious Blue. HEX triplet: 22, 83 and BA. RGB value is (34,131,186). Sum of RGB (Red+Green+Blue) = 34+131+186=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #2283BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2283BA is #DD7C45. Grayscale: #6B6B6B. Windows color (decimal): -14515270 or 12223266. OLE color: 12223266.

HSL color Cylindrical-coordinate representation of color #2283BA: hue angle of 201.71º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2283BA is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB34131186-
CMYK0.820.3000.27
HSL201.71º69.09%43.14%-
HSV(B)201.71º81.72%72.94%-
XYZ17.6420.1249.41-
YUV108.27171.8675.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.69%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=9.69%
G=37.32%
B=52.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341311860.820.3000.27201.7169.0943.14
Hex2283BA521E01Bca452b
Octal422032721223603331210553
Binary1000101000001110111010101001011110011011110010101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2283BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2283BA; }

 p { color: rgb(34,131,186); }

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

<style>
 a { background-color: #2283BA; }

 a { background-color: rgb(34,131,186); }

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

<style>
 span { border-color: #2283BA; }

 span { border-color: rgb(34,131,186); }

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