#234C69

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

Shades of Arapawa #234C69

Tints of Arapawa #234C69

Color information

#234C69 (or 0x234C69) is unknown color: approx Arapawa. HEX triplet: 23, 4C and 69. RGB value is (35,76,105). Sum of RGB (Red+Green+Blue) = 35+76+105=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #234C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C69 is #DCB396. Grayscale: #424242. Windows color (decimal): -14463895 or 6900771. OLE color: 6900771.

HSL color Cylindrical-coordinate representation of color #234C69: hue angle of 204.86º 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 #234C69 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3576105-
CMYK0.670.2800.59
HSL204.86º50%27.45%-
HSV(B)204.86º66.67%41.18%-
XYZ5.836.5514.32-
YUV67.05149.42105.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=16.20%
G=35.19%
B=48.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35761050.670.2800.59204.865027.45
Hex234C69431C03Bcd321b
Octal43114151103340733156233
Binary1000111001100110100110000111110001110111100110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234C69; }

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

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

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

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

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

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

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

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