#235069

Color #235069 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #235069

Tints of Arapawa #235069

Color information

#235069 (or 0x235069) is unknown color: approx Arapawa. HEX triplet: 23, 50 and 69. RGB value is (35,80,105). Sum of RGB (Red+Green+Blue) = 35+80+105=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #235069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235069 is #DCAF96. Grayscale: #454545. Windows color (decimal): -14462871 or 6901795. OLE color: 6901795.

HSL color Cylindrical-coordinate representation of color #235069: hue angle of 201.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #235069 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3580105-
CMYK0.670.2400.59
HSL201.43º50%27.45%-
HSV(B)201.43º66.67%41.18%-
XYZ6.117.1114.42-
YUV69.4148.09103.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=15.91%
G=36.36%
B=47.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35801050.670.2400.59201.435027.45
Hex235069431803Bc9321b
Octal43120151103300733116233
Binary1000111010000110100110000111100001110111100100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235069; }

 p { color: rgb(35,80,105); }

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

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

 a { background-color: rgb(35,80,105); }

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

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

 span { border-color: rgb(35,80,105); }

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