Html Css Color HEX #23476C Arapawa

📋 copy color: '#23476C'

red 35 ◦ green 71 ◦ blue 108

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

Shades of Arapawa #23476C

Tints of Arapawa #23476C

RGB

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

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

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

R = 16.36%
G = 33.18%
B = 50.47%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23476C (or 0x23476C) is known color: Arapawa. HEX triplet: 23, 47 and 6C. RGB value is (35,71,108). Sum of RGB (Red+Green+Blue) = 35+71+108=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #23476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23476C is #DCB893. Grayscale: #404040. Windows color (decimal): -14465172 or 7096099. OLE color: 7096099.

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

Color convert

RGB 35 71 108 -
CMYK 0.68 0.34 0 0.58
HSL 210.41º 0.51% 0.28% -
HSV(B) 210.41º 0.68% 0.42% -
XYZ 5.65 5.95 15.04 -
YUV 64.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 35 71 108 0.68 0.34 0 0.58 210.41 0.51 0.28
Hex 23 47 6C 44 22 0 3A D2 33 1C
Octal 43 107 154 104 42 0 72 322 63 34
Binary 100011 1000111 1101100 1000100 100010 0 111010 11010010 110011 11100

Color Harmonies of #23476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23476C

Black with #23476C

Text Example


Text Example

White with #23476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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