Html Css Color HEX #264761 Arapawa

📋 copy color: '#264761'

red 38 ◦ green 71 ◦ blue 97

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

Shades of Arapawa #264761

Tints of Arapawa #264761

RGB

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

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

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

R = 18.45%
G = 34.47%
B = 47.09%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#264761 (or 0x264761) is known color: Arapawa. HEX triplet: 26, 47 and 61. RGB value is (38,71,97). Sum of RGB (Red+Green+Blue) = 38+71+97=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #264761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264761 is #D9B89E. Grayscale: #3F3F3F. Windows color (decimal): -14268575 or 6375206. OLE color: 6375206.

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

Color convert

RGB 38 71 97 -
CMYK 0.61 0.27 0 0.62
HSL 206.44º 0.44% 0.26% -
HSV(B) 206.44º 0.61% 0.38% -
XYZ 5.21 5.78 12.15 -
YUV 64.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 38 71 97 0.61 0.27 0 0.62 206.44 0.44 0.26
Hex 26 47 61 3D 1B 0 3E CE 2C 1A
Octal 46 107 141 75 33 0 76 316 54 32
Binary 100110 1000111 1100001 111101 11011 0 111110 11001110 101100 11010

Color Harmonies of #264761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264761

Black with #264761

Text Example


Text Example

White with #264761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264761; }

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

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

background-color css

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

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

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

border-color css

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

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

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