Html Css Color HEX #1D384B Blue Whale

📋 copy color: '#1D384B'

red 29 ◦ green 56 ◦ blue 75

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

Shades of Blue Whale #1D384B

Tints of Blue Whale #1D384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

 BLUE value IS 75 (29.69% from 255) = 46.88%

R = 18.13%
G = 35%
B = 46.88%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D384B (or 0x1D384B) is known color: Blue Whale. HEX triplet: 1D, 38 and 4B. RGB value is (29,56,75). Sum of RGB (Red+Green+Blue) = 29+56+75=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D384B is #E2C7B4. Grayscale: #313131. Windows color (decimal): -14862261 or 4929565. OLE color: 4929565.

HSL color Cylindrical-coordinate representation of color #1D384B: hue angle of 204.78º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D384B is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 56 75 -
CMYK 0.61 0.25 0 0.71
HSL 204.78º 0.44% 0.2% -
HSV(B) 204.78º 0.61% 0.29% -
XYZ 3.19 3.6 7.18 -
YUV 50.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 29 56 75 0.61 0.25 0 0.71 204.78 0.44 0.2
Hex 1D 38 4B 3D 19 0 47 CD 2C 14
Octal 35 70 113 75 31 0 107 315 54 24
Binary 11101 111000 1001011 111101 11001 0 1000111 11001101 101100 10100

Color Harmonies of #1D384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D384B

Black with #1D384B

Text Example


Text Example

White with #1D384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,75); }

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

background-color css

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

 a { background-color: rgb(29,56,75); }

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

border-color css

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

 span { border-color: rgb(29,56,75); }

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