#234A5C

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

Shades of Arapawa #234A5C

Tints of Arapawa #234A5C

Color information

#234A5C (or 0x234A5C) is unknown color: approx Arapawa. HEX triplet: 23, 4A and 5C. RGB value is (35,74,92). Sum of RGB (Red+Green+Blue) = 35+74+92=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #234A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A5C is #DCB5A3. Grayscale: #404040. Windows color (decimal): -14464420 or 6048291. OLE color: 6048291.

HSL color Cylindrical-coordinate representation of color #234A5C: hue angle of 198.95º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #234A5C is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357492-
CMYK0.620.2000.64
HSL198.95º44.88%24.9%-
HSV(B)198.95º61.96%36.08%-
XYZ5.076.0311.02-
YUV64.39143.58107.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=17.41%
G=36.82%
B=45.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3574920.620.2000.64198.9544.8824.9
Hex234A5C3E14040c72d19
Octal43112134762401003075531
Binary1000111001010101110011111010100010000001100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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