#234B6C

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

Shades of Arapawa #234B6C

Tints of Arapawa #234B6C

Color information

#234B6C (or 0x234B6C) is unknown color: approx Arapawa. HEX triplet: 23, 4B and 6C. RGB value is (35,75,108). Sum of RGB (Red+Green+Blue) = 35+75+108=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #234B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B6C is #DCB493. Grayscale: #424242. Windows color (decimal): -14464148 or 7097123. OLE color: 7097123.

HSL color Cylindrical-coordinate representation of color #234B6C: hue angle of 207.12º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #234B6C is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3575108-
CMYK0.680.3100.58
HSL207.12º51.05%28.04%-
HSV(B)207.12º67.59%42.35%-
XYZ5.926.4715.12-
YUV66.8151.25105.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=16.06%
G=34.40%
B=49.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35751080.680.3100.58207.1251.0528.04
Hex234B6C441F03Acf331c
Octal43113154104370723176334
Binary1000111001011110110010001001111101110101100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,75,108); }

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

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

 a { background-color: rgb(35,75,108); }

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

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

 span { border-color: rgb(35,75,108); }

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