Html Css Color HEX #2D3756 Biscay

📋 copy color: '#2D3756'

red 45 ◦ green 55 ◦ blue 86

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

Shades of Biscay #2D3756

Tints of Biscay #2D3756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 86 (33.98% from 255) = 46.24%

R = 24.19%
G = 29.57%
B = 46.24%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2D3756 (or 0x2D3756) is known color: Biscay. HEX triplet: 2D, 37 and 56. RGB value is (45,55,86). Sum of RGB (Red+Green+Blue) = 45+55+86=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #2D3756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3756 is #D2C8A9. Grayscale: #373737. Windows color (decimal): -13813930 or 5650221. OLE color: 5650221.

HSL color Cylindrical-coordinate representation of color #2D3756: hue angle of 225.37º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D3756 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 45 55 86 -
CMYK 0.48 0.36 0 0.66
HSL 225.37º 0.31% 0.26% -
HSV(B) 225.37º 0.48% 0.34% -
XYZ 4.13 3.96 9.35 -
YUV 55.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 45 55 86 0.48 0.36 0 0.66 225.37 0.31 0.26
Hex 2D 37 56 30 24 0 42 E1 1F 1A
Octal 55 67 126 60 44 0 102 341 37 32
Binary 101101 110111 1010110 110000 100100 0 1000010 11100001 11111 11010

Color Harmonies of #2D3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3756

Black with #2D3756

Text Example


Text Example

White with #2D3756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,55,86); }

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

background-color css

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

 a { background-color: rgb(45,55,86); }

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

border-color css

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

 span { border-color: rgb(45,55,86); }

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