#234D67

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

Shades of Arapawa #234D67

Tints of Arapawa #234D67

Color information

#234D67 (or 0x234D67) is unknown color: approx Arapawa. HEX triplet: 23, 4D and 67. RGB value is (35,77,103). Sum of RGB (Red+Green+Blue) = 35+77+103=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #234D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D67 is #DCB298. Grayscale: #434343. Windows color (decimal): -14463641 or 6769955. OLE color: 6769955.

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

Color convert

RGB3577103-
CMYK0.660.2500.60
HSL202.94º49.28%27.06%-
HSV(B)202.94º66.02%40.39%-
XYZ5.86.6413.81-
YUV67.41148.09104.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 103 (40.62% from 255) = 47.91%
R=16.28%
G=35.81%
B=47.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35771030.660.2500.60202.9449.2827.06
Hex234D67421903Ccb311b
Octal43115147102310743136133
Binary1000111001101110011110000101100101111001100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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