Html Css Color HEX #23496C Arapawa

📋 copy color: '#23496C'

red 35 ◦ green 73 ◦ blue 108

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

Shades of Arapawa #23496C

Tints of Arapawa #23496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50%

R = 16.2%
G = 33.8%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23496C (or 0x23496C) is known color: Arapawa. HEX triplet: 23, 49 and 6C. RGB value is (35,73,108). Sum of RGB (Red+Green+Blue) = 35+73+108=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #23496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23496C is #DCB693. Grayscale: #414141. Windows color (decimal): -14464660 or 7096611. OLE color: 7096611.

HSL color Cylindrical-coordinate representation of color #23496C: hue angle of 208.77º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23496C is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 73 108 -
CMYK 0.68 0.32 0 0.58
HSL 208.77º 0.51% 0.28% -
HSV(B) 208.77º 0.68% 0.42% -
XYZ 5.78 6.21 15.08 -
YUV 65.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 35 73 108 0.68 0.32 0 0.58 208.77 0.51 0.28
Hex 23 49 6C 44 20 0 3A D1 33 1C
Octal 43 111 154 104 40 0 72 321 63 34
Binary 100011 1001001 1101100 1000100 100000 0 111010 11010001 110011 11100

Color Harmonies of #23496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23496C

Black with #23496C

Text Example


Text Example

White with #23496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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