Html Css Color HEX #234763 Arapawa

📋 copy color: '#234763'

red 35 ◦ green 71 ◦ blue 99

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

Shades of Arapawa #234763

Tints of Arapawa #234763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 17.07%
G = 34.63%
B = 48.29%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#234763 (or 0x234763) is known color: Arapawa. HEX triplet: 23, 47 and 63. RGB value is (35,71,99). Sum of RGB (Red+Green+Blue) = 35+71+99=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #234763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234763 is #DCB89C. Grayscale: #3F3F3F. Windows color (decimal): -14465181 or 6506275. OLE color: 6506275.

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

Color convert

RGB 35 71 99 -
CMYK 0.65 0.28 0 0.61
HSL 206.25º 0.48% 0.26% -
HSV(B) 206.25º 0.65% 0.39% -
XYZ 5.2 5.76 12.64 -
YUV 63.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 35 71 99 0.65 0.28 0 0.61 206.25 0.48 0.26
Hex 23 47 63 41 1C 0 3D CE 30 1A
Octal 43 107 143 101 34 0 75 316 60 32
Binary 100011 1000111 1100011 1000001 11100 0 111101 11001110 110000 11010

Color Harmonies of #234763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234763

Black with #234763

Text Example


Text Example

White with #234763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234763; }

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

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

background-color css

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

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

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

border-color css

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

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

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