Html Css Color HEX #23496A Arapawa

📋 copy color: '#23496A'

red 35 ◦ green 73 ◦ blue 106

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

Shades of Arapawa #23496A

Tints of Arapawa #23496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.53%

R = 16.36%
G = 34.11%
B = 49.53%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23496A (or 0x23496A) is known color: Arapawa. HEX triplet: 23, 49 and 6A. RGB value is (35,73,106). Sum of RGB (Red+Green+Blue) = 35+73+106=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #23496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23496A is #DCB695. Grayscale: #414141. Windows color (decimal): -14464662 or 6965539. OLE color: 6965539.

HSL color Cylindrical-coordinate representation of color #23496A: hue angle of 207.89º degrees, saturation: 0.5, 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 #23496A is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 73 106 -
CMYK 0.67 0.31 0 0.58
HSL 207.89º 0.5% 0.28% -
HSV(B) 207.89º 0.67% 0.42% -
XYZ 5.68 6.16 14.53 -
YUV 65.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 35 73 106 0.67 0.31 0 0.58 207.89 0.5 0.28
Hex 23 49 6A 43 1F 0 3A D0 32 1C
Octal 43 111 152 103 37 0 72 320 62 34
Binary 100011 1001001 1101010 1000011 11111 0 111010 11010000 110010 11100

Color Harmonies of #23496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23496A

Black with #23496A

Text Example


Text Example

White with #23496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23496A; }

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

 H1.HeaderClassName
 {
   color: #23496A;
 }
 .AnyTagClassName
 {
   color: #23496A;
 }
</style>

background-color css

<style>
 a { background-color: #23496A; }

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

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

border-color css

<style>
 span { border-color: #23496A; }

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

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