#234C67

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

Shades of Arapawa #234C67

Tints of Arapawa #234C67

Color information

#234C67 (or 0x234C67) is unknown color: approx Arapawa. HEX triplet: 23, 4C and 67. RGB value is (35,76,103). Sum of RGB (Red+Green+Blue) = 35+76+103=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #234C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C67 is #DCB398. Grayscale: #424242. Windows color (decimal): -14463897 or 6769699. OLE color: 6769699.

HSL color Cylindrical-coordinate representation of color #234C67: hue angle of 203.82º 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 #234C67 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3576103-
CMYK0.660.2600.60
HSL203.82º49.28%27.06%-
HSV(B)203.82º66.02%40.39%-
XYZ5.736.5113.79-
YUV66.82148.42105.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=16.36%
G=35.51%
B=48.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35761030.660.2600.60203.8249.2827.06
Hex234C67421A03Ccc311b
Octal43114147102320743146133
Binary1000111001100110011110000101101001111001100110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,76,103); }

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

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

 a { background-color: rgb(35,76,103); }

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

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

 span { border-color: rgb(35,76,103); }

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