#234F68

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

Shades of Arapawa #234F68

Tints of Arapawa #234F68

Color information

#234F68 (or 0x234F68) is unknown color: approx Arapawa. HEX triplet: 23, 4F and 68. RGB value is (35,79,104). Sum of RGB (Red+Green+Blue) = 35+79+104=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #234F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F68 is #DCB097. Grayscale: #444444. Windows color (decimal): -14463128 or 6836003. OLE color: 6836003.

HSL color Cylindrical-coordinate representation of color #234F68: hue angle of 201.74º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234F68 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3579104-
CMYK0.660.2400.59
HSL201.74º49.64%27.25%-
HSV(B)201.74º66.35%40.78%-
XYZ5.996.9514.12-
YUV68.69147.92103.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=16.06%
G=36.24%
B=47.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35791040.660.2400.59201.7449.6427.25
Hex234F68421803Bca321b
Octal43117150102300733126233
Binary1000111001111110100010000101100001110111100101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,79,104); }

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

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

 a { background-color: rgb(35,79,104); }

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

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

 span { border-color: rgb(35,79,104); }

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