Html Css Color HEX #2B5663 Arapawa

📋 copy color: '#2B5663'

red 43 ◦ green 86 ◦ blue 99

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

Shades of Arapawa #2B5663

Tints of Arapawa #2B5663

RGB

 RED value IS 43 (17.19% from 255) = 18.86%

 GREEN value IS 86 (33.98% from 255) = 37.72%

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

R = 18.86%
G = 37.72%
B = 43.42%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2B5663 (or 0x2B5663) is known color: Arapawa. HEX triplet: 2B, 56 and 63. RGB value is (43,86,99). Sum of RGB (Red+Green+Blue) = 43+86+99=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5663 is #D4A99C. Grayscale: #4A4A4A. Windows color (decimal): -13937053 or 6510123. OLE color: 6510123.

HSL color Cylindrical-coordinate representation of color #2B5663: hue angle of 193.93º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5663 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 43 86 99 -
CMYK 0.57 0.13 0 0.61
HSL 193.93º 0.39% 0.28% -
HSV(B) 193.93º 0.57% 0.39% -
XYZ 6.58 8.07 13.02 -
YUV 74.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 43 86 99 0.57 0.13 0 0.61 193.93 0.39 0.28
Hex 2B 56 63 39 D 0 3D C2 27 1C
Octal 53 126 143 71 15 0 75 302 47 34
Binary 101011 1010110 1100011 111001 1101 0 111101 11000010 100111 11100

Color Harmonies of #2B5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5663

Black with #2B5663

Text Example


Text Example

White with #2B5663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B5663; }

 p { color: rgb(43,86,99); }

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

background-color css

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

 a { background-color: rgb(43,86,99); }

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

border-color css

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

 span { border-color: rgb(43,86,99); }

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