Html Css Color HEX #2F3753 Biscay

📋 copy color: '#2F3753'

red 47 ◦ green 55 ◦ blue 83

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

Shades of Biscay #2F3753

Tints of Biscay #2F3753

RGB

 RED value IS 47 (18.75% from 255) = 25.41%

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

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 25.41%
G = 29.73%
B = 44.86%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F3753 (or 0x2F3753) is known color: Biscay. HEX triplet: 2F, 37 and 53. RGB value is (47,55,83). Sum of RGB (Red+Green+Blue) = 47+55+83=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3753 is #D0C8AC. Grayscale: #373737. Windows color (decimal): -13682861 or 5453615. OLE color: 5453615.

HSL color Cylindrical-coordinate representation of color #2F3753: hue angle of 226.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F3753 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 55 83 -
CMYK 0.43 0.34 0 0.67
HSL 226.67º 0.28% 0.25% -
HSV(B) 226.67º 0.43% 0.33% -
XYZ 4.1 3.96 8.73 -
YUV 55.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 47 55 83 0.43 0.34 0 0.67 226.67 0.28 0.25
Hex 2F 37 53 2B 22 0 43 E3 1C 19
Octal 57 67 123 53 42 0 103 343 34 31
Binary 101111 110111 1010011 101011 100010 0 1000011 11100011 11100 11001

Color Harmonies of #2F3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3753

Black with #2F3753

Text Example


Text Example

White with #2F3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,55,83); }

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

background-color css

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

 a { background-color: rgb(47,55,83); }

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

border-color css

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

 span { border-color: rgb(47,55,83); }

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