#234F66

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

Shades of Arapawa #234F66

Tints of Arapawa #234F66

Color information

#234F66 (or 0x234F66) is unknown color: approx Arapawa. HEX triplet: 23, 4F and 66. RGB value is (35,79,102). Sum of RGB (Red+Green+Blue) = 35+79+102=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #234F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F66 is #DCB099. Grayscale: #444444. Windows color (decimal): -14463130 or 6704931. OLE color: 6704931.

HSL color Cylindrical-coordinate representation of color #234F66: hue angle of 200.6º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234F66 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3579102-
CMYK0.660.2300.6
HSL200.6º48.91%26.86%-
HSV(B)200.6º65.69%40%-
XYZ5.896.9113.59-
YUV68.47146.92104.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=16.20%
G=36.57%
B=47.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35791020.660.2300.6200.648.9126.86
Hex234F66421703Cc9311b
Octal43117146102270743116133
Binary1000111001111110011010000101011101111001100100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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