Html Css Color HEX #265068 Arapawa

📋 copy color: '#265068'

red 38 ◦ green 80 ◦ blue 104

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

Shades of Arapawa #265068

Tints of Arapawa #265068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 17.12%
G = 36.04%
B = 46.85%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265068 (or 0x265068) is known color: Arapawa. HEX triplet: 26, 50 and 68. RGB value is (38,80,104). Sum of RGB (Red+Green+Blue) = 38+80+104=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #265068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265068 is #D9AF97. Grayscale: #464646. Windows color (decimal): -14266264 or 6836262. OLE color: 6836262.

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

Color convert

RGB 38 80 104 -
CMYK 0.63 0.23 0 0.59
HSL 201.82º 0.46% 0.28% -
HSV(B) 201.82º 0.63% 0.41% -
XYZ 6.17 7.15 14.15 -
YUV 70.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 38 80 104 0.63 0.23 0 0.59 201.82 0.46 0.28
Hex 26 50 68 3F 17 0 3B CA 2E 1C
Octal 46 120 150 77 27 0 73 312 56 34
Binary 100110 1010000 1101000 111111 10111 0 111011 11001010 101110 11100

Color Harmonies of #265068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265068

Black with #265068

Text Example


Text Example

White with #265068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265068; }

 p { color: rgb(38,80,104); }

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

background-color css

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

 a { background-color: rgb(38,80,104); }

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

border-color css

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

 span { border-color: rgb(38,80,104); }

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