#234A64

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

Shades of Arapawa #234A64

Tints of Arapawa #234A64

Color information

#234A64 (or 0x234A64) is unknown color: approx Arapawa. HEX triplet: 23, 4A and 64. RGB value is (35,74,100). Sum of RGB (Red+Green+Blue) = 35+74+100=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #234A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A64 is #DCB59B. Grayscale: #414141. Windows color (decimal): -14464412 or 6572579. OLE color: 6572579.

HSL color Cylindrical-coordinate representation of color #234A64: hue angle of 204º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234A64 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3574100-
CMYK0.650.2600.61
HSL204º48.15%26.47%-
HSV(B)204º65%39.22%-
XYZ5.446.1712.96-
YUV65.3147.58106.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=16.75%
G=35.41%
B=47.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal35741000.650.2600.6120448.1526.47
Hex234A64411A03Dcc301a
Octal43112144101320753146032
Binary1000111001010110010010000011101001111011100110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,74,100); }

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

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

 a { background-color: rgb(35,74,100); }

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

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

 span { border-color: rgb(35,74,100); }

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