Html Css Color HEX #1C384C Blue Whale

📋 copy color: '#1C384C'

red 28 ◦ green 56 ◦ blue 76

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

Shades of Blue Whale #1C384C

Tints of Blue Whale #1C384C

RGB

 RED value IS 28 (11.33% from 255) = 17.5%

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

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

R = 17.5%
G = 35%
B = 47.5%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1C384C (or 0x1C384C) is known color: Blue Whale. HEX triplet: 1C, 38 and 4C. RGB value is (28,56,76). Sum of RGB (Red+Green+Blue) = 28+56+76=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 56 (22.27% from 255 or 35% 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 #1C384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C384C is #E3C7B3. Grayscale: #313131. Windows color (decimal): -14927796 or 4995100. OLE color: 4995100.

HSL color Cylindrical-coordinate representation of color #1C384C: hue angle of 205º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C384C is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 56 76 -
CMYK 0.63 0.26 0 0.70
HSL 205º 0.46% 0.2% -
HSV(B) 205º 0.63% 0.3% -
XYZ 3.2 3.6 7.36 -
YUV 49.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 28 56 76 0.63 0.26 0 0.70 205 0.46 0.2
Hex 1C 38 4C 3F 1A 0 46 CD 2E 14
Octal 34 70 114 77 32 0 106 315 56 24
Binary 11100 111000 1001100 111111 11010 0 1000110 11001101 101110 10100

Color Harmonies of #1C384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C384C

Black with #1C384C

Text Example


Text Example

White with #1C384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,56,76); }

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

background-color css

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

 a { background-color: rgb(28,56,76); }

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

border-color css

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

 span { border-color: rgb(28,56,76); }

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