Html Css Color HEX #1D3341 Blue Whale

📋 copy color: '#1D3341'

red 29 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #1D3341

Tints of Blue Whale #1D3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 20%
G = 35.17%
B = 44.83%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1D3341 (or 0x1D3341) is known color: Blue Whale. HEX triplet: 1D, 33 and 41. RGB value is (29,51,65). Sum of RGB (Red+Green+Blue) = 29+51+65=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3341 is #E2CCBE. Grayscale: #2D2D2D. Windows color (decimal): -14863551 or 4272925. OLE color: 4272925.

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

Color convert

RGB 29 51 65 -
CMYK 0.55 0.22 0 0.75
HSL 203.33º 0.38% 0.18% -
HSV(B) 203.33º 0.55% 0.25% -
XYZ 2.64 3.01 5.44 -
YUV 46.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 29 51 65 0.55 0.22 0 0.75 203.33 0.38 0.18
Hex 1D 33 41 37 16 0 4B CB 26 12
Octal 35 63 101 67 26 0 113 313 46 22
Binary 11101 110011 1000001 110111 10110 0 1001011 11001011 100110 10010

Color Harmonies of #1D3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3341

Black with #1D3341

Text Example


Text Example

White with #1D3341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,51,65); }

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

background-color css

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

 a { background-color: rgb(29,51,65); }

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

border-color css

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

 span { border-color: rgb(29,51,65); }

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