Html Css Color HEX #235360 Arapawa

📋 copy color: '#235360'

red 35 ◦ green 83 ◦ blue 96

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

Shades of Arapawa #235360

Tints of Arapawa #235360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 16.36%
G = 38.79%
B = 44.86%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#235360 (or 0x235360) is known color: Arapawa. HEX triplet: 23, 53 and 60. RGB value is (35,83,96). Sum of RGB (Red+Green+Blue) = 35+83+96=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #235360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235360 is #DCAC9F. Grayscale: #464646. Windows color (decimal): -14462112 or 6312739. OLE color: 6312739.

HSL color Cylindrical-coordinate representation of color #235360: hue angle of 192.79º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235360 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 83 96 -
CMYK 0.64 0.14 0 0.62
HSL 192.79º 0.47% 0.26% -
HSV(B) 192.79º 0.64% 0.38% -
XYZ 5.9 7.39 12.18 -
YUV 70.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 35 83 96 0.64 0.14 0 0.62 192.79 0.47 0.26
Hex 23 53 60 40 E 0 3E C1 2F 1A
Octal 43 123 140 100 16 0 76 301 57 32
Binary 100011 1010011 1100000 1000000 1110 0 111110 11000001 101111 11010

Color Harmonies of #235360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235360

Black with #235360

Text Example


Text Example

White with #235360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235360; }

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

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

background-color css

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

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

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

border-color css

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

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

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