Html Css Color HEX #235261 Arapawa

📋 copy color: '#235261'

red 35 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #235261

Tints of Arapawa #235261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

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

R = 16.36%
G = 38.32%
B = 45.33%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#235261 (or 0x235261) is known color: Arapawa. HEX triplet: 23, 52 and 61. RGB value is (35,82,97). Sum of RGB (Red+Green+Blue) = 35+82+97=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #235261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235261 is #DCAD9E. Grayscale: #454545. Windows color (decimal): -14462367 or 6378019. OLE color: 6378019.

HSL color Cylindrical-coordinate representation of color #235261: hue angle of 194.52º 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 #235261 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 82 97 -
CMYK 0.64 0.15 0 0.62
HSL 194.52º 0.47% 0.26% -
HSV(B) 194.52º 0.64% 0.38% -
XYZ 5.87 7.25 12.4 -
YUV 69.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 35 82 97 0.64 0.15 0 0.62 194.52 0.47 0.26
Hex 23 52 61 40 F 0 3E C3 2F 1A
Octal 43 122 141 100 17 0 76 303 57 32
Binary 100011 1010010 1100001 1000000 1111 0 111110 11000011 101111 11010

Color Harmonies of #235261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235261

Black with #235261

Text Example


Text Example

White with #235261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235261; }

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

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

background-color css

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

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

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

border-color css

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

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

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