#234B6B

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

Shades of Arapawa #234B6B

Tints of Arapawa #234B6B

Color information

#234B6B (or 0x234B6B) is unknown color: approx Arapawa. HEX triplet: 23, 4B and 6B. RGB value is (35,75,107). Sum of RGB (Red+Green+Blue) = 35+75+107=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #234B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B6B is #DCB494. Grayscale: #424242. Windows color (decimal): -14464149 or 7031587. OLE color: 7031587.

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

Color convert

RGB3575107-
CMYK0.670.3000.58
HSL206.67º50.7%27.84%-
HSV(B)206.67º67.29%41.96%-
XYZ5.866.4514.85-
YUV66.69150.75105.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=16.13%
G=34.56%
B=49.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35751070.670.3000.58206.6750.727.84
Hex234B6B431E03Acf331c
Octal43113153103360723176334
Binary1000111001011110101110000111111001110101100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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