Html Css Color HEX #1E384B Blue Whale

📋 copy color: '#1E384B'

red 30 ◦ green 56 ◦ blue 75

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

Shades of Blue Whale #1E384B

Tints of Blue Whale #1E384B

RGB

 RED value IS 30 (12.11% from 255) = 18.63%

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

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

R = 18.63%
G = 34.78%
B = 46.58%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1E384B (or 0x1E384B) is known color: Blue Whale. HEX triplet: 1E, 38 and 4B. RGB value is (30,56,75). Sum of RGB (Red+Green+Blue) = 30+56+75=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E384B is #E1C7B4. Grayscale: #323232. Windows color (decimal): -14796725 or 4929566. OLE color: 4929566.

HSL color Cylindrical-coordinate representation of color #1E384B: hue angle of 205.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E384B is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 30 56 75 -
CMYK 0.60 0.25 0 0.71
HSL 205.33º 0.43% 0.21% -
HSV(B) 205.33º 0.6% 0.29% -
XYZ 3.22 3.61 7.18 -
YUV 50.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 30 56 75 0.60 0.25 0 0.71 205.33 0.43 0.21
Hex 1E 38 4B 3C 19 0 47 CD 2B 15
Octal 36 70 113 74 31 0 107 315 53 25
Binary 11110 111000 1001011 111100 11001 0 1000111 11001101 101011 10101

Color Harmonies of #1E384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E384B

Black with #1E384B

Text Example


Text Example

White with #1E384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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