Html Css Color HEX #235461 Arapawa

📋 copy color: '#235461'

red 35 ◦ green 84 ◦ blue 97

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

Shades of Arapawa #235461

Tints of Arapawa #235461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.89%

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 16.2%
G = 38.89%
B = 44.91%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#235461 (or 0x235461) is known color: Arapawa. HEX triplet: 23, 54 and 61. RGB value is (35,84,97). Sum of RGB (Red+Green+Blue) = 35+84+97=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #235461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235461 is #DCAB9E. Grayscale: #464646. Windows color (decimal): -14461855 or 6378531. OLE color: 6378531.

HSL color Cylindrical-coordinate representation of color #235461: hue angle of 192.58º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235461 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 84 97 -
CMYK 0.64 0.13 0 0.62
HSL 192.58º 0.47% 0.26% -
HSV(B) 192.58º 0.64% 0.38% -
XYZ 6.02 7.56 12.45 -
YUV 70.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 35 84 97 0.64 0.13 0 0.62 192.58 0.47 0.26
Hex 23 54 61 40 D 0 3E C1 2F 1A
Octal 43 124 141 100 15 0 76 301 57 32
Binary 100011 1010100 1100001 1000000 1101 0 111110 11000001 101111 11010

Color Harmonies of #235461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235461

Black with #235461

Text Example


Text Example

White with #235461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235461; }

 p { color: rgb(35,84,97); }

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

background-color css

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

 a { background-color: rgb(35,84,97); }

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

border-color css

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

 span { border-color: rgb(35,84,97); }

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