#234F5F

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

Shades of Arapawa #234F5F

Tints of Arapawa #234F5F

Color information

#234F5F (or 0x234F5F) is unknown color: approx Arapawa. HEX triplet: 23, 4F and 5F. RGB value is (35,79,95). Sum of RGB (Red+Green+Blue) = 35+79+95=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #234F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F5F is #DCB0A0. Grayscale: #434343. Windows color (decimal): -14463137 or 6246179. OLE color: 6246179.

HSL color Cylindrical-coordinate representation of color #234F5F: hue angle of 196º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #234F5F is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB357995-
CMYK0.630.1700.63
HSL196º46.15%25.49%-
HSV(B)196º63.16%37.25%-
XYZ5.556.7811.84-
YUV67.67143.42104.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=16.75%
G=37.80%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3579950.630.1700.6319646.1525.49
Hex234F5F3F1103Fc42e19
Octal4311713777210773045631
Binary100011100111110111111111111000101111111100010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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