Html Css Color HEX #235365 Arapawa

📋 copy color: '#235365'

red 35 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #235365

Tints of Arapawa #235365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 15.98%
G = 37.9%
B = 46.12%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#235365 (or 0x235365) is known color: Arapawa. HEX triplet: 23, 53 and 65. RGB value is (35,83,101). Sum of RGB (Red+Green+Blue) = 35+83+101=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #235365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235365 is #DCAC9A. Grayscale: #464646. Windows color (decimal): -14462107 or 6640419. OLE color: 6640419.

HSL color Cylindrical-coordinate representation of color #235365: hue angle of 196.36º 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 #235365 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 83 101 -
CMYK 0.65 0.18 0 0.60
HSL 196.36º 0.49% 0.27% -
HSV(B) 196.36º 0.65% 0.4% -
XYZ 6.14 7.48 13.43 -
YUV 70.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 35 83 101 0.65 0.18 0 0.60 196.36 0.49 0.27
Hex 23 53 65 41 12 0 3C C4 31 1B
Octal 43 123 145 101 22 0 74 304 61 33
Binary 100011 1010011 1100101 1000001 10010 0 111100 11000100 110001 11011

Color Harmonies of #235365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235365

Black with #235365

Text Example


Text Example

White with #235365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235365; }

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

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

background-color css

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

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

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

border-color css

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

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

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