Html Css Color HEX #235163 Arapawa

📋 copy color: '#235163'

red 35 ◦ green 81 ◦ blue 99

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

Shades of Arapawa #235163

Tints of Arapawa #235163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 16.28%
G = 37.67%
B = 46.05%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#235163 (or 0x235163) is known color: Arapawa. HEX triplet: 23, 51 and 63. RGB value is (35,81,99). Sum of RGB (Red+Green+Blue) = 35+81+99=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #235163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235163 is #DCAE9C. Grayscale: #454545. Windows color (decimal): -14462621 or 6508835. OLE color: 6508835.

HSL color Cylindrical-coordinate representation of color #235163: hue angle of 196.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235163 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 81 99 -
CMYK 0.65 0.18 0 0.61
HSL 196.88º 0.48% 0.26% -
HSV(B) 196.88º 0.65% 0.39% -
XYZ 5.89 7.14 12.87 -
YUV 69.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 35 81 99 0.65 0.18 0 0.61 196.88 0.48 0.26
Hex 23 51 63 41 12 0 3D C5 30 1A
Octal 43 121 143 101 22 0 75 305 60 32
Binary 100011 1010001 1100011 1000001 10010 0 111101 11000101 110000 11010

Color Harmonies of #235163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235163

Black with #235163

Text Example


Text Example

White with #235163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235163; }

 p { color: rgb(35,81,99); }

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

background-color css

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

 a { background-color: rgb(35,81,99); }

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

border-color css

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

 span { border-color: rgb(35,81,99); }

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