Html Css Color HEX #264966 Arapawa

📋 copy color: '#264966'

red 38 ◦ green 73 ◦ blue 102

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

Shades of Arapawa #264966

Tints of Arapawa #264966

RGB

 RED value IS 38 (15.23% from 255) = 17.84%

 GREEN value IS 73 (28.91% from 255) = 34.27%

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 17.84%
G = 34.27%
B = 47.89%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#264966 (or 0x264966) is known color: Arapawa. HEX triplet: 26, 49 and 66. RGB value is (38,73,102). Sum of RGB (Red+Green+Blue) = 38+73+102=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #264966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264966 is #D9B699. Grayscale: #414141. Windows color (decimal): -14268058 or 6703398. OLE color: 6703398.

HSL color Cylindrical-coordinate representation of color #264966: hue angle of 207.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264966 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 73 102 -
CMYK 0.63 0.28 0 0.6
HSL 207.19º 0.46% 0.27% -
HSV(B) 207.19º 0.63% 0.4% -
XYZ 5.58 6.14 13.46 -
YUV 65.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 38 73 102 0.63 0.28 0 0.6 207.19 0.46 0.27
Hex 26 49 66 3F 1C 0 3C CF 2E 1B
Octal 46 111 146 77 34 0 74 317 56 33
Binary 100110 1001001 1100110 111111 11100 0 111100 11001111 101110 11011

Color Harmonies of #264966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264966

Black with #264966

Text Example


Text Example

White with #264966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264966; }

 p { color: rgb(38,73,102); }

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

background-color css

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

 a { background-color: rgb(38,73,102); }

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

border-color css

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

 span { border-color: rgb(38,73,102); }

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