Html Css Color HEX #1D344C Blue Whale

📋 copy color: '#1D344C'

red 29 ◦ green 52 ◦ blue 76

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

Shades of Blue Whale #1D344C

Tints of Blue Whale #1D344C

RGB

 RED value IS 29 (11.72% from 255) = 18.47%

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

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

R = 18.47%
G = 33.12%
B = 48.41%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D344C (or 0x1D344C) is known color: Blue Whale. HEX triplet: 1D, 34 and 4C. RGB value is (29,52,76). Sum of RGB (Red+Green+Blue) = 29+52+76=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D344C is #E2CBB3. Grayscale: #2F2F2F. Windows color (decimal): -14863284 or 4994077. OLE color: 4994077.

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

Color convert

RGB 29 52 76 -
CMYK 0.62 0.32 0 0.70
HSL 210.64º 0.45% 0.21% -
HSV(B) 210.64º 0.62% 0.3% -
XYZ 3.04 3.24 7.3 -
YUV 47.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 29 52 76 0.62 0.32 0 0.70 210.64 0.45 0.21
Hex 1D 34 4C 3E 20 0 46 D3 2D 15
Octal 35 64 114 76 40 0 106 323 55 25
Binary 11101 110100 1001100 111110 100000 0 1000110 11010011 101101 10101

Color Harmonies of #1D344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D344C

Black with #1D344C

Text Example


Text Example

White with #1D344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,52,76); }

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

background-color css

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

 a { background-color: rgb(29,52,76); }

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

border-color css

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

 span { border-color: rgb(29,52,76); }

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