Html Css Color HEX #1F343F Blue Whale

📋 copy color: '#1F343F'

red 31 ◦ green 52 ◦ blue 63

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

Shades of Blue Whale #1F343F

Tints of Blue Whale #1F343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

 BLUE value IS 63 (25% from 255) = 43.15%

R = 21.23%
G = 35.62%
B = 43.15%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F343F (or 0x1F343F) is known color: Blue Whale. HEX triplet: 1F, 34 and 3F. RGB value is (31,52,63). Sum of RGB (Red+Green+Blue) = 31+52+63=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F343F is #E0CBC0. Grayscale: #2E2E2E. Windows color (decimal): -14732225 or 4142111. OLE color: 4142111.

HSL color Cylindrical-coordinate representation of color #1F343F: hue angle of 200.62º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F343F is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 52 63 -
CMYK 0.51 0.17 0 0.75
HSL 200.63º 0.34% 0.18% -
HSV(B) 200.63º 0.51% 0.25% -
XYZ 2.69 3.11 5.16 -
YUV 46.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 31 52 63 0.51 0.17 0 0.75 200.63 0.34 0.18
Hex 1F 34 3F 33 11 0 4B C9 22 12
Octal 37 64 77 63 21 0 113 311 42 22
Binary 11111 110100 111111 110011 10001 0 1001011 11001001 100010 10010

Color Harmonies of #1F343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F343F

Black with #1F343F

Text Example


Text Example

White with #1F343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,52,63); }

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

background-color css

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

 a { background-color: rgb(31,52,63); }

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

border-color css

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

 span { border-color: rgb(31,52,63); }

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