Html Css Color HEX #264961 Arapawa

📋 copy color: '#264961'

red 38 ◦ green 73 ◦ blue 97

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

Shades of Arapawa #264961

Tints of Arapawa #264961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 18.27%
G = 35.1%
B = 46.63%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#264961 (or 0x264961) is known color: Arapawa. HEX triplet: 26, 49 and 61. RGB value is (38,73,97). Sum of RGB (Red+Green+Blue) = 38+73+97=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #264961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264961 is #D9B69E. Grayscale: #414141. Windows color (decimal): -14268063 or 6375718. OLE color: 6375718.

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

Color convert

RGB 38 73 97 -
CMYK 0.61 0.25 0 0.62
HSL 204.41º 0.44% 0.26% -
HSV(B) 204.41º 0.61% 0.38% -
XYZ 5.34 6.04 12.19 -
YUV 65.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 38 73 97 0.61 0.25 0 0.62 204.41 0.44 0.26
Hex 26 49 61 3D 19 0 3E CC 2C 1A
Octal 46 111 141 75 31 0 76 314 54 32
Binary 100110 1001001 1100001 111101 11001 0 111110 11001100 101100 11010

Color Harmonies of #264961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264961

Black with #264961

Text Example


Text Example

White with #264961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264961; }

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

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

background-color css

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

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

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

border-color css

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

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

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