Html Css Color HEX #1F3448 Blue Whale

📋 copy color: '#1F3448'

red 31 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #1F3448

Tints of Blue Whale #1F3448

RGB

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

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

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

R = 20%
G = 33.55%
B = 46.45%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1F3448 (or 0x1F3448) is known color: Blue Whale. HEX triplet: 1F, 34 and 48. RGB value is (31,52,72). Sum of RGB (Red+Green+Blue) = 31+52+72=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3448 is #E0CBB7. Grayscale: #2F2F2F. Windows color (decimal): -14732216 or 4731935. OLE color: 4731935.

HSL color Cylindrical-coordinate representation of color #1F3448: hue angle of 209.27º 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 #1F3448 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 52 72 -
CMYK 0.57 0.28 0 0.72
HSL 209.27º 0.4% 0.2% -
HSV(B) 209.27º 0.57% 0.28% -
XYZ 2.96 3.22 6.6 -
YUV 48 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 31 52 72 0.57 0.28 0 0.72 209.27 0.4 0.2
Hex 1F 34 48 39 1C 0 48 D1 28 14
Octal 37 64 110 71 34 0 110 321 50 24
Binary 11111 110100 1001000 111001 11100 0 1001000 11010001 101000 10100

Color Harmonies of #1F3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3448

Black with #1F3448

Text Example


Text Example

White with #1F3448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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