Html Css Color HEX #2C3758 Biscay

📋 copy color: '#2C3758'

red 44 ◦ green 55 ◦ blue 88

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

Shades of Biscay #2C3758

Tints of Biscay #2C3758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 23.53%
G = 29.41%
B = 47.06%

CMYK

 C value IS 0.5

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C3758 (or 0x2C3758) is known color: Biscay. HEX triplet: 2C, 37 and 58. RGB value is (44,55,88). Sum of RGB (Red+Green+Blue) = 44+55+88=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C3758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3758 is #D3C8A7. Grayscale: #373737. Windows color (decimal): -13879464 or 5781292. OLE color: 5781292.

HSL color Cylindrical-coordinate representation of color #2C3758: hue angle of 225º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C3758 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 55 88 -
CMYK 0.5 0.38 0 0.65
HSL 225º 0.33% 0.26% -
HSV(B) 225º 0.5% 0.35% -
XYZ 4.17 3.97 9.78 -
YUV 55.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 44 55 88 0.5 0.38 0 0.65 225 0.33 0.26
Hex 2C 37 58 32 26 0 41 E1 21 1A
Octal 54 67 130 62 46 0 101 341 41 32
Binary 101100 110111 1011000 110010 100110 0 1000001 11100001 100001 11010

Color Harmonies of #2C3758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3758

Black with #2C3758

Text Example


Text Example

White with #2C3758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,55,88); }

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

background-color css

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

 a { background-color: rgb(44,55,88); }

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

border-color css

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

 span { border-color: rgb(44,55,88); }

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