#234C6A

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

Shades of Arapawa #234C6A

Tints of Arapawa #234C6A

Color information

#234C6A (or 0x234C6A) is unknown color: approx Arapawa. HEX triplet: 23, 4C and 6A. RGB value is (35,76,106). Sum of RGB (Red+Green+Blue) = 35+76+106=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #234C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C6A is #DCB395. Grayscale: #434343. Windows color (decimal): -14463894 or 6966307. OLE color: 6966307.

HSL color Cylindrical-coordinate representation of color #234C6A: hue angle of 205.35º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #234C6A is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3576106-
CMYK0.670.2800.58
HSL205.35º50.35%27.65%-
HSV(B)205.35º66.98%41.57%-
XYZ5.886.5714.59-
YUV67.16149.92105.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=16.13%
G=35.02%
B=48.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35761060.670.2800.58205.3550.3527.65
Hex234C6A431C03Acd321c
Octal43114152103340723156234
Binary1000111001100110101010000111110001110101100110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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