Html Css Color HEX #23475F Arapawa

📋 copy color: '#23475F'

red 35 ◦ green 71 ◦ blue 95

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

Shades of Arapawa #23475F

Tints of Arapawa #23475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 17.41%
G = 35.32%
B = 47.26%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23475F (or 0x23475F) is known color: Arapawa. HEX triplet: 23, 47 and 5F. RGB value is (35,71,95). Sum of RGB (Red+Green+Blue) = 35+71+95=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #23475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23475F is #DCB8A0. Grayscale: #3E3E3E. Windows color (decimal): -14465185 or 6244131. OLE color: 6244131.

HSL color Cylindrical-coordinate representation of color #23475F: hue angle of 204º 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 #23475F is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 71 95 -
CMYK 0.63 0.25 0 0.63
HSL 204º 0.46% 0.25% -
HSV(B) 204º 0.63% 0.37% -
XYZ 5.01 5.69 11.66 -
YUV 62.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 35 71 95 0.63 0.25 0 0.63 204 0.46 0.25
Hex 23 47 5F 3F 19 0 3F CC 2E 19
Octal 43 107 137 77 31 0 77 314 56 31
Binary 100011 1000111 1011111 111111 11001 0 111111 11001100 101110 11001

Color Harmonies of #23475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23475F

Black with #23475F

Text Example


Text Example

White with #23475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23475F; }

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

 H1.HeaderClassName
 {
   color: #23475F;
 }
 .AnyTagClassName
 {
   color: #23475F;
 }
</style>

background-color css

<style>
 a { background-color: #23475F; }

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

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

border-color css

<style>
 span { border-color: #23475F; }

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

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