Html Css Color HEX #234663 Arapawa

📋 copy color: '#234663'

red 35 ◦ green 70 ◦ blue 99

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

Shades of Arapawa #234663

Tints of Arapawa #234663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 17.16%
G = 34.31%
B = 48.53%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#234663 (or 0x234663) is known color: Arapawa. HEX triplet: 23, 46 and 63. RGB value is (35,70,99). Sum of RGB (Red+Green+Blue) = 35+70+99=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #234663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234663 is #DCB99C. Grayscale: #3E3E3E. Windows color (decimal): -14465437 or 6506019. OLE color: 6506019.

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

Color convert

RGB 35 70 99 -
CMYK 0.65 0.29 0 0.61
HSL 207.19º 0.48% 0.26% -
HSV(B) 207.19º 0.65% 0.39% -
XYZ 5.14 5.64 12.62 -
YUV 62.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 35 70 99 0.65 0.29 0 0.61 207.19 0.48 0.26
Hex 23 46 63 41 1D 0 3D CF 30 1A
Octal 43 106 143 101 35 0 75 317 60 32
Binary 100011 1000110 1100011 1000001 11101 0 111101 11001111 110000 11010

Color Harmonies of #234663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234663

Black with #234663

Text Example


Text Example

White with #234663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234663; }

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

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

background-color css

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

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

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

border-color css

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

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

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