Html Css Color HEX #265463 Arapawa

📋 copy color: '#265463'

red 38 ◦ green 84 ◦ blue 99

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

Shades of Arapawa #265463

Tints of Arapawa #265463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 17.19%
G = 38.01%
B = 44.8%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#265463 (or 0x265463) is known color: Arapawa. HEX triplet: 26, 54 and 63. RGB value is (38,84,99). Sum of RGB (Red+Green+Blue) = 38+84+99=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #265463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265463 is #D9AB9C. Grayscale: #474747. Windows color (decimal): -14265245 or 6509606. OLE color: 6509606.

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

Color convert

RGB 38 84 99 -
CMYK 0.62 0.15 0 0.61
HSL 194.75º 0.45% 0.27% -
HSV(B) 194.75º 0.62% 0.39% -
XYZ 6.22 7.65 12.95 -
YUV 71.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 38 84 99 0.62 0.15 0 0.61 194.75 0.45 0.27
Hex 26 54 63 3E F 0 3D C3 2D 1B
Octal 46 124 143 76 17 0 75 303 55 33
Binary 100110 1010100 1100011 111110 1111 0 111101 11000011 101101 11011

Color Harmonies of #265463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265463

Black with #265463

Text Example


Text Example

White with #265463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265463; }

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

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

background-color css

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

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

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

border-color css

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

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

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