Html Css Color HEX #1C3756 Regal Blue

📋 copy color: '#1C3756'

red 28 ◦ green 55 ◦ blue 86

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

Shades of Regal Blue #1C3756

Tints of Regal Blue #1C3756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

 BLUE value IS 86 (33.98% from 255) = 50.89%

R = 16.57%
G = 32.54%
B = 50.89%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1C3756 (or 0x1C3756) is known color: Regal Blue. HEX triplet: 1C, 37 and 56. RGB value is (28,55,86). Sum of RGB (Red+Green+Blue) = 28+55+86=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C3756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3756 is #E3C8A9. Grayscale: #323232. Windows color (decimal): -14928042 or 5650204. OLE color: 5650204.

HSL color Cylindrical-coordinate representation of color #1C3756: hue angle of 212.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3756 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 28 55 86 -
CMYK 0.67 0.36 0 0.66
HSL 212.07º 0.51% 0.22% -
HSV(B) 212.07º 0.67% 0.34% -
XYZ 3.52 3.65 9.32 -
YUV 50.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 28 55 86 0.67 0.36 0 0.66 212.07 0.51 0.22
Hex 1C 37 56 43 24 0 42 D4 33 16
Octal 34 67 126 103 44 0 102 324 63 26
Binary 11100 110111 1010110 1000011 100100 0 1000010 11010100 110011 10110

Color Harmonies of #1C3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3756

Black with #1C3756

Text Example


Text Example

White with #1C3756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,55,86); }

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

background-color css

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

 a { background-color: rgb(28,55,86); }

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

border-color css

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

 span { border-color: rgb(28,55,86); }

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