Html Css Color HEX #23476A Arapawa

📋 copy color: '#23476A'

red 35 ◦ green 71 ◦ blue 106

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

Shades of Arapawa #23476A

Tints of Arapawa #23476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

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

R = 16.51%
G = 33.49%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23476A (or 0x23476A) is known color: Arapawa. HEX triplet: 23, 47 and 6A. RGB value is (35,71,106). Sum of RGB (Red+Green+Blue) = 35+71+106=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #23476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23476A is #DCB895. Grayscale: #404040. Windows color (decimal): -14465174 or 6965027. OLE color: 6965027.

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

Color convert

RGB 35 71 106 -
CMYK 0.67 0.33 0 0.58
HSL 209.58º 0.5% 0.28% -
HSV(B) 209.58º 0.67% 0.42% -
XYZ 5.55 5.9 14.48 -
YUV 64.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 35 71 106 0.67 0.33 0 0.58 209.58 0.5 0.28
Hex 23 47 6A 43 21 0 3A D2 32 1C
Octal 43 107 152 103 41 0 72 322 62 34
Binary 100011 1000111 1101010 1000011 100001 0 111010 11010010 110010 11100

Color Harmonies of #23476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23476A

Black with #23476A

Text Example


Text Example

White with #23476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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