Html Css Color HEX #264963 Arapawa

📋 copy color: '#264963'

red 38 ◦ green 73 ◦ blue 99

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

Shades of Arapawa #264963

Tints of Arapawa #264963

RGB

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

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

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

R = 18.1%
G = 34.76%
B = 47.14%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#264963 (or 0x264963) is known color: Arapawa. HEX triplet: 26, 49 and 63. RGB value is (38,73,99). Sum of RGB (Red+Green+Blue) = 38+73+99=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #264963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264963 is #D9B69C. Grayscale: #414141. Windows color (decimal): -14268061 or 6506790. OLE color: 6506790.

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

Color convert

RGB 38 73 99 -
CMYK 0.62 0.26 0 0.61
HSL 205.57º 0.45% 0.27% -
HSV(B) 205.57º 0.62% 0.39% -
XYZ 5.43 6.08 12.69 -
YUV 65.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 38 73 99 0.62 0.26 0 0.61 205.57 0.45 0.27
Hex 26 49 63 3E 1A 0 3D CE 2D 1B
Octal 46 111 143 76 32 0 75 316 55 33
Binary 100110 1001001 1100011 111110 11010 0 111101 11001110 101101 11011

Color Harmonies of #264963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264963

Black with #264963

Text Example


Text Example

White with #264963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264963; }

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

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

background-color css

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

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

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

border-color css

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

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

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