Html Css Color HEX #1F3748 Blue Whale

📋 copy color: '#1F3748'

red 31 ◦ green 55 ◦ blue 72

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

Shades of Blue Whale #1F3748

Tints of Blue Whale #1F3748

RGB

 RED value IS 31 (12.5% from 255) = 19.62%

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

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 19.62%
G = 34.81%
B = 45.57%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1F3748 (or 0x1F3748) is known color: Blue Whale. HEX triplet: 1F, 37 and 48. RGB value is (31,55,72). Sum of RGB (Red+Green+Blue) = 31+55+72=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3748 is #E0C8B7. Grayscale: #313131. Windows color (decimal): -14731448 or 4732703. OLE color: 4732703.

HSL color Cylindrical-coordinate representation of color #1F3748: hue angle of 204.88º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F3748 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 55 72 -
CMYK 0.57 0.24 0 0.72
HSL 204.88º 0.4% 0.2% -
HSV(B) 204.88º 0.57% 0.28% -
XYZ 3.1 3.49 6.64 -
YUV 49.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 31 55 72 0.57 0.24 0 0.72 204.88 0.4 0.2
Hex 1F 37 48 39 18 0 48 CD 28 14
Octal 37 67 110 71 30 0 110 315 50 24
Binary 11111 110111 1001000 111001 11000 0 1001000 11001101 101000 10100

Color Harmonies of #1F3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3748

Black with #1F3748

Text Example


Text Example

White with #1F3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3748; }

 p { color: rgb(31,55,72); }

 H1.HeaderClassName
 {
   color: #1F3748;
 }
 .AnyTagClassName
 {
   color: #1F3748;
 }
</style>

background-color css

<style>
 a { background-color: #1F3748; }

 a { background-color: rgb(31,55,72); }

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

border-color css

<style>
 span { border-color: #1F3748; }

 span { border-color: rgb(31,55,72); }

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