Html Css Color HEX #235268 Arapawa

📋 copy color: '#235268'

red 35 ◦ green 82 ◦ blue 104

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

Shades of Arapawa #235268

Tints of Arapawa #235268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 15.84%
G = 37.1%
B = 47.06%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#235268 (or 0x235268) is known color: Arapawa. HEX triplet: 23, 52 and 68. RGB value is (35,82,104). Sum of RGB (Red+Green+Blue) = 35+82+104=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #235268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235268 is #DCAD97. Grayscale: #464646. Windows color (decimal): -14462360 or 6836771. OLE color: 6836771.

HSL color Cylindrical-coordinate representation of color #235268: hue angle of 199.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235268 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 82 104 -
CMYK 0.66 0.21 0 0.59
HSL 199.13º 0.5% 0.27% -
HSV(B) 199.13º 0.66% 0.41% -
XYZ 6.21 7.39 14.2 -
YUV 70.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 35 82 104 0.66 0.21 0 0.59 199.13 0.5 0.27
Hex 23 52 68 42 15 0 3B C7 32 1B
Octal 43 122 150 102 25 0 73 307 62 33
Binary 100011 1010010 1101000 1000010 10101 0 111011 11000111 110010 11011

Color Harmonies of #235268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235268

Black with #235268

Text Example


Text Example

White with #235268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235268; }

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

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

background-color css

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

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

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

border-color css

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

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

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