Html Css Color HEX #235363 Arapawa

📋 copy color: '#235363'

red 35 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #235363

Tints of Arapawa #235363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.62%

R = 16.13%
G = 38.25%
B = 45.62%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#235363 (or 0x235363) is known color: Arapawa. HEX triplet: 23, 53 and 63. RGB value is (35,83,99). Sum of RGB (Red+Green+Blue) = 35+83+99=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #235363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235363 is #DCAC9C. Grayscale: #464646. Windows color (decimal): -14462109 or 6509347. OLE color: 6509347.

HSL color Cylindrical-coordinate representation of color #235363: hue angle of 195º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235363 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 83 99 -
CMYK 0.65 0.16 0 0.61
HSL 195º 0.48% 0.26% -
HSV(B) 195º 0.65% 0.39% -
XYZ 6.04 7.44 12.92 -
YUV 70.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 35 83 99 0.65 0.16 0 0.61 195 0.48 0.26
Hex 23 53 63 41 10 0 3D C3 30 1A
Octal 43 123 143 101 20 0 75 303 60 32
Binary 100011 1010011 1100011 1000001 10000 0 111101 11000011 110000 11010

Color Harmonies of #235363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235363

Black with #235363

Text Example


Text Example

White with #235363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235363; }

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

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

background-color css

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

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

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

border-color css

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

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

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