Html Css Color HEX #23495D Arapawa

📋 copy color: '#23495D'

red 35 ◦ green 73 ◦ blue 93

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

Shades of Arapawa #23495D

Tints of Arapawa #23495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 17.41%
G = 36.32%
B = 46.27%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23495D (or 0x23495D) is known color: Arapawa. HEX triplet: 23, 49 and 5D. RGB value is (35,73,93). Sum of RGB (Red+Green+Blue) = 35+73+93=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #23495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23495D is #DCB6A2. Grayscale: #3F3F3F. Windows color (decimal): -14464675 or 6113571. OLE color: 6113571.

HSL color Cylindrical-coordinate representation of color #23495D: hue angle of 200.69º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23495D is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 73 93 -
CMYK 0.62 0.22 0 0.64
HSL 200.69º 0.45% 0.25% -
HSV(B) 200.69º 0.62% 0.36% -
XYZ 5.05 5.91 11.23 -
YUV 63.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 35 73 93 0.62 0.22 0 0.64 200.69 0.45 0.25
Hex 23 49 5D 3E 16 0 40 C9 2D 19
Octal 43 111 135 76 26 0 100 311 55 31
Binary 100011 1001001 1011101 111110 10110 0 1000000 11001001 101101 11001

Color Harmonies of #23495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23495D

Black with #23495D

Text Example


Text Example

White with #23495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23495D; }

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

 H1.HeaderClassName
 {
   color: #23495D;
 }
 .AnyTagClassName
 {
   color: #23495D;
 }
</style>

background-color css

<style>
 a { background-color: #23495D; }

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

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

border-color css

<style>
 span { border-color: #23495D; }

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

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