Html Css Color HEX #1C3450 Regal Blue

📋 copy color: '#1C3450'

red 28 ◦ green 52 ◦ blue 80

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

Shades of Regal Blue #1C3450

Tints of Regal Blue #1C3450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50%

R = 17.5%
G = 32.5%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C3450 (or 0x1C3450) is known color: Regal Blue. HEX triplet: 1C, 34 and 50. RGB value is (28,52,80). Sum of RGB (Red+Green+Blue) = 28+52+80=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3450 is #E3CBAF. Grayscale: #2F2F2F. Windows color (decimal): -14928816 or 5256220. OLE color: 5256220.

HSL color Cylindrical-coordinate representation of color #1C3450: hue angle of 212.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3450 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 52 80 -
CMYK 0.65 0.35 0 0.69
HSL 212.31º 0.48% 0.21% -
HSV(B) 212.31º 0.65% 0.31% -
XYZ 3.15 3.28 8.06 -
YUV 48.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 28 52 80 0.65 0.35 0 0.69 212.31 0.48 0.21
Hex 1C 34 50 41 23 0 45 D4 30 15
Octal 34 64 120 101 43 0 105 324 60 25
Binary 11100 110100 1010000 1000001 100011 0 1000101 11010100 110000 10101

Color Harmonies of #1C3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3450

Black with #1C3450

Text Example


Text Example

White with #1C3450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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