#234E63

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

Shades of Arapawa #234E63

Tints of Arapawa #234E63

Color information

#234E63 (or 0x234E63) is unknown color: approx Arapawa. HEX triplet: 23, 4E and 63. RGB value is (35,78,99). Sum of RGB (Red+Green+Blue) = 35+78+99=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #234E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E63 is #DCB19C. Grayscale: #434343. Windows color (decimal): -14463389 or 6508067. OLE color: 6508067.

HSL color Cylindrical-coordinate representation of color #234E63: hue angle of 199.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234E63 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB357899-
CMYK0.650.2100.61
HSL199.69º47.76%26.27%-
HSV(B)199.69º64.65%38.82%-
XYZ5.676.7112.8-
YUV67.54145.75104.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=16.51%
G=36.79%
B=46.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3578990.650.2100.61199.6947.7626.27
Hex234E63411503Dc8301a
Octal43116143101250753106032
Binary1000111001110110001110000011010101111011100100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,78,99); }

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

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

 a { background-color: rgb(35,78,99); }

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

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

 span { border-color: rgb(35,78,99); }

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