Html Css Color HEX #23495E Arapawa

📋 copy color: '#23495E'

red 35 ◦ green 73 ◦ blue 94

#23495E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #23495E

Tints of Arapawa #23495E

RGB

 RED value IS 35 (14.06% from 255) = 17.33%

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 17.33%
G = 36.14%
B = 46.53%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23495E (or 0x23495E) is known color: Arapawa. HEX triplet: 23, 49 and 5E. RGB value is (35,73,94). Sum of RGB (Red+Green+Blue) = 35+73+94=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #23495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23495E is #DCB6A1. Grayscale: #3F3F3F. Windows color (decimal): -14464674 or 6179107. OLE color: 6179107.

HSL color Cylindrical-coordinate representation of color #23495E: hue angle of 201.36º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23495E is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 73 94 -
CMYK 0.63 0.22 0 0.63
HSL 201.36º 0.46% 0.25% -
HSV(B) 201.36º 0.63% 0.37% -
XYZ 5.1 5.93 11.47 -
YUV 64.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 35 73 94 0.63 0.22 0 0.63 201.36 0.46 0.25
Hex 23 49 5E 3F 16 0 3F C9 2E 19
Octal 43 111 136 77 26 0 77 311 56 31
Binary 100011 1001001 1011110 111111 10110 0 111111 11001001 101110 11001

Color Harmonies of #23495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23495E

Black with #23495E

Text Example


Text Example

White with #23495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23495E; }

 p { color: rgb(35,73,94); }

 H1.HeaderClassName
 {
   color: #23495E;
 }
 .AnyTagClassName
 {
   color: #23495E;
 }
</style>

background-color css

<style>
 a { background-color: #23495E; }

 a { background-color: rgb(35,73,94); }

 div.DivClassName
 {
   background-color: #23495E;
 }
 .BgClassName
 {
   background-color: #23495E;
 }
</style>

border-color css

<style>
 span { border-color: #23495E; }

 span { border-color: rgb(35,73,94); }

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