Html Css Color HEX #1F354C Blue Whale

📋 copy color: '#1F354C'

red 31 ◦ green 53 ◦ blue 76

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

Shades of Blue Whale #1F354C

Tints of Blue Whale #1F354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 76 (30.08% from 255) = 47.5%

R = 19.38%
G = 33.13%
B = 47.5%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1F354C (or 0x1F354C) is known color: Blue Whale. HEX triplet: 1F, 35 and 4C. RGB value is (31,53,76). Sum of RGB (Red+Green+Blue) = 31+53+76=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F354C is #E0CAB3. Grayscale: #303030. Windows color (decimal): -14731956 or 4994335. OLE color: 4994335.

HSL color Cylindrical-coordinate representation of color #1F354C: hue angle of 210.67º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F354C is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 31 53 76 -
CMYK 0.59 0.30 0 0.70
HSL 210.67º 0.42% 0.21% -
HSV(B) 210.67º 0.59% 0.3% -
XYZ 3.14 3.36 7.32 -
YUV 49.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 31 53 76 0.59 0.30 0 0.70 210.67 0.42 0.21
Hex 1F 35 4C 3B 1E 0 46 D3 2A 15
Octal 37 65 114 73 36 0 106 323 52 25
Binary 11111 110101 1001100 111011 11110 0 1000110 11010011 101010 10101

Color Harmonies of #1F354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F354C

Black with #1F354C

Text Example


Text Example

White with #1F354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,53,76); }

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

background-color css

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

 a { background-color: rgb(31,53,76); }

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

border-color css

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

 span { border-color: rgb(31,53,76); }

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