Html Css Color HEX #235069 Arapawa

📋 copy color: '#235069'

red 35 ◦ green 80 ◦ blue 105

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

Shades of Arapawa #235069

Tints of Arapawa #235069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 15.91%
G = 36.36%
B = 47.73%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#235069 (or 0x235069) is known color: Arapawa. HEX triplet: 23, 50 and 69. RGB value is (35,80,105). Sum of RGB (Red+Green+Blue) = 35+80+105=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #235069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235069 is #DCAF96. Grayscale: #454545. Windows color (decimal): -14462871 or 6901795. OLE color: 6901795.

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

Color convert

RGB 35 80 105 -
CMYK 0.67 0.24 0 0.59
HSL 201.43º 0.5% 0.27% -
HSV(B) 201.43º 0.67% 0.41% -
XYZ 6.11 7.11 14.42 -
YUV 69.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 35 80 105 0.67 0.24 0 0.59 201.43 0.5 0.27
Hex 23 50 69 43 18 0 3B C9 32 1B
Octal 43 120 151 103 30 0 73 311 62 33
Binary 100011 1010000 1101001 1000011 11000 0 111011 11001001 110010 11011

Color Harmonies of #235069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235069

Black with #235069

Text Example


Text Example

White with #235069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235069; }

 p { color: rgb(35,80,105); }

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

background-color css

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

 a { background-color: rgb(35,80,105); }

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

border-color css

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

 span { border-color: rgb(35,80,105); }

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