Html Css Color HEX #23485F Arapawa

📋 copy color: '#23485F'

red 35 ◦ green 72 ◦ blue 95

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

Shades of Arapawa #23485F

Tints of Arapawa #23485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

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

R = 17.33%
G = 35.64%
B = 47.03%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23485F (or 0x23485F) is known color: Arapawa. HEX triplet: 23, 48 and 5F. RGB value is (35,72,95). Sum of RGB (Red+Green+Blue) = 35+72+95=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #23485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23485F is #DCB7A0. Grayscale: #3F3F3F. Windows color (decimal): -14464929 or 6244387. OLE color: 6244387.

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

Color convert

RGB 35 72 95 -
CMYK 0.63 0.24 0 0.63
HSL 203º 0.46% 0.25% -
HSV(B) 203º 0.63% 0.37% -
XYZ 5.08 5.82 11.68 -
YUV 63.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 35 72 95 0.63 0.24 0 0.63 203 0.46 0.25
Hex 23 48 5F 3F 18 0 3F CB 2E 19
Octal 43 110 137 77 30 0 77 313 56 31
Binary 100011 1001000 1011111 111111 11000 0 111111 11001011 101110 11001

Color Harmonies of #23485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23485F

Black with #23485F

Text Example


Text Example

White with #23485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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