Html Css Color HEX #235265 Arapawa

📋 copy color: '#235265'

red 35 ◦ green 82 ◦ blue 101

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

Shades of Arapawa #235265

Tints of Arapawa #235265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 16.06%
G = 37.61%
B = 46.33%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#235265 (or 0x235265) is known color: Arapawa. HEX triplet: 23, 52 and 65. RGB value is (35,82,101). Sum of RGB (Red+Green+Blue) = 35+82+101=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #235265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235265 is #DCAD9A. Grayscale: #454545. Windows color (decimal): -14462363 or 6640163. OLE color: 6640163.

HSL color Cylindrical-coordinate representation of color #235265: hue angle of 197.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235265 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 82 101 -
CMYK 0.65 0.19 0 0.60
HSL 197.27º 0.49% 0.27% -
HSV(B) 197.27º 0.65% 0.4% -
XYZ 6.06 7.33 13.41 -
YUV 70.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 35 82 101 0.65 0.19 0 0.60 197.27 0.49 0.27
Hex 23 52 65 41 13 0 3C C5 31 1B
Octal 43 122 145 101 23 0 74 305 61 33
Binary 100011 1010010 1100101 1000001 10011 0 111100 11000101 110001 11011

Color Harmonies of #235265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235265

Black with #235265

Text Example


Text Example

White with #235265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235265; }

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

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

background-color css

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

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

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

border-color css

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

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

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