Html Css Color HEX #1C3448 Blue Whale

📋 copy color: '#1C3448'

red 28 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #1C3448

Tints of Blue Whale #1C3448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 18.42%
G = 34.21%
B = 47.37%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C3448 (or 0x1C3448) is known color: Blue Whale. HEX triplet: 1C, 34 and 48. RGB value is (28,52,72). Sum of RGB (Red+Green+Blue) = 28+52+72=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3448 is #E3CBB7. Grayscale: #2F2F2F. Windows color (decimal): -14928824 or 4731932. OLE color: 4731932.

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

Color convert

RGB 28 52 72 -
CMYK 0.61 0.28 0 0.72
HSL 207.27º 0.44% 0.2% -
HSV(B) 207.27º 0.61% 0.28% -
XYZ 2.88 3.17 6.59 -
YUV 47.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 28 52 72 0.61 0.28 0 0.72 207.27 0.44 0.2
Hex 1C 34 48 3D 1C 0 48 CF 2C 14
Octal 34 64 110 75 34 0 110 317 54 24
Binary 11100 110100 1001000 111101 11100 0 1001000 11001111 101100 10100

Color Harmonies of #1C3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3448

Black with #1C3448

Text Example


Text Example

White with #1C3448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,52,72); }

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

background-color css

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

 a { background-color: rgb(28,52,72); }

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

border-color css

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

 span { border-color: rgb(28,52,72); }

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