Html Css Color HEX #2C3857 Biscay

📋 copy color: '#2C3857'

red 44 ◦ green 56 ◦ blue 87

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

Shades of Biscay #2C3857

Tints of Biscay #2C3857

RGB

 RED value IS 44 (17.58% from 255) = 23.53%

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 87 (34.38% from 255) = 46.52%

R = 23.53%
G = 29.95%
B = 46.52%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2C3857 (or 0x2C3857) is known color: Biscay. HEX triplet: 2C, 38 and 57. RGB value is (44,56,87). Sum of RGB (Red+Green+Blue) = 44+56+87=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #2C3857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3857 is #D3C7A8. Grayscale: #373737. Windows color (decimal): -13879209 or 5716012. OLE color: 5716012.

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

Color convert

RGB 44 56 87 -
CMYK 0.49 0.36 0 0.66
HSL 223.26º 0.33% 0.26% -
HSV(B) 223.26º 0.49% 0.34% -
XYZ 4.17 4.05 9.58 -
YUV 55.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 44 56 87 0.49 0.36 0 0.66 223.26 0.33 0.26
Hex 2C 38 57 31 24 0 42 DF 21 1A
Octal 54 70 127 61 44 0 102 337 41 32
Binary 101100 111000 1010111 110001 100100 0 1000010 11011111 100001 11010

Color Harmonies of #2C3857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3857

Black with #2C3857

Text Example


Text Example

White with #2C3857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,56,87); }

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

background-color css

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

 a { background-color: rgb(44,56,87); }

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

border-color css

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

 span { border-color: rgb(44,56,87); }

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