#234A5D

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

Shades of Arapawa #234A5D

Tints of Arapawa #234A5D

Color information

#234A5D (or 0x234A5D) is unknown color: approx Arapawa. HEX triplet: 23, 4A and 5D. RGB value is (35,74,93). Sum of RGB (Red+Green+Blue) = 35+74+93=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #234A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A5D is #DCB5A2. Grayscale: #404040. Windows color (decimal): -14464419 or 6113827. OLE color: 6113827.

HSL color Cylindrical-coordinate representation of color #234A5D: hue angle of 199.66º 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 #234A5D is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357493-
CMYK0.620.2000.64
HSL199.66º45.31%25.1%-
HSV(B)199.66º62.37%36.47%-
XYZ5.126.0511.25-
YUV64.5144.08106.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=17.33%
G=36.63%
B=46.04%

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
Decimal3574930.620.2000.64199.6645.3125.1
Hex234A5D3E14040c82d19
Octal43112135762401003105531
Binary1000111001010101110111111010100010000001100100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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