Html Css Color HEX #2D4F63 Arapawa

📋 copy color: '#2D4F63'

red 45 ◦ green 79 ◦ blue 99

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

Shades of Arapawa #2D4F63

Tints of Arapawa #2D4F63

RGB

 RED value IS 45 (17.97% from 255) = 20.18%

 GREEN value IS 79 (31.25% from 255) = 35.43%

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

R = 20.18%
G = 35.43%
B = 44.39%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2D4F63 (or 0x2D4F63) is known color: Arapawa. HEX triplet: 2D, 4F and 63. RGB value is (45,79,99). Sum of RGB (Red+Green+Blue) = 45+79+99=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D4F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F63 is #D2B09C. Grayscale: #474747. Windows color (decimal): -13807773 or 6508333. OLE color: 6508333.

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

Color convert

RGB 45 79 99 -
CMYK 0.55 0.20 0 0.61
HSL 202.22º 0.38% 0.28% -
HSV(B) 202.22º 0.55% 0.39% -
XYZ 6.13 7.05 12.84 -
YUV 71.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 45 79 99 0.55 0.20 0 0.61 202.22 0.38 0.28
Hex 2D 4F 63 37 14 0 3D CA 26 1C
Octal 55 117 143 67 24 0 75 312 46 34
Binary 101101 1001111 1100011 110111 10100 0 111101 11001010 100110 11100

Color Harmonies of #2D4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4F63

Black with #2D4F63

Text Example


Text Example

White with #2D4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,79,99); }

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

background-color css

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

 a { background-color: rgb(45,79,99); }

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

border-color css

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

 span { border-color: rgb(45,79,99); }

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