#234A60

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

Shades of Arapawa #234A60

Tints of Arapawa #234A60

Color information

#234A60 (or 0x234A60) is unknown color: approx Arapawa. HEX triplet: 23, 4A and 60. RGB value is (35,74,96). Sum of RGB (Red+Green+Blue) = 35+74+96=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #234A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A60 is #DCB59F. Grayscale: #404040. Windows color (decimal): -14464416 or 6310435. OLE color: 6310435.

HSL color Cylindrical-coordinate representation of color #234A60: hue angle of 201.64º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234A60 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB357496-
CMYK0.640.2300.62
HSL201.64º46.56%25.69%-
HSV(B)201.64º63.54%37.65%-
XYZ5.256.111.97-
YUV64.85145.58106.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=17.07%
G=36.10%
B=46.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3574960.640.2300.62201.6446.5625.69
Hex234A60401703Eca2f1a
Octal43112140100270763125732
Binary1000111001010110000010000001011101111101100101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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