Html Css Color HEX #3C445E Gulf Blue

📋 copy color: '#3C445E'

red 60 ◦ green 68 ◦ blue 94

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

Shades of Gulf Blue #3C445E

Tints of Gulf Blue #3C445E

RGB

 RED value IS 60 (23.83% from 255) = 27.03%

 GREEN value IS 68 (26.95% from 255) = 30.63%

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 27.03%
G = 30.63%
B = 42.34%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C445E (or 0x3C445E) is known color: Gulf Blue. HEX triplet: 3C, 44 and 5E. RGB value is (60,68,94). Sum of RGB (Red+Green+Blue) = 60+68+94=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C445E is #C3BBA1. Grayscale: #444444. Windows color (decimal): -12827554 or 6177852. OLE color: 6177852.

HSL color Cylindrical-coordinate representation of color #3C445E: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C445E is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 68 94 -
CMYK 0.36 0.28 0 0.63
HSL 225.88º 0.22% 0.3% -
HSV(B) 225.88º 0.36% 0.37% -
XYZ 5.95 5.9 11.42 -
YUV 68.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 60 68 94 0.36 0.28 0 0.63 225.88 0.22 0.3
Hex 3C 44 5E 24 1C 0 3F E2 16 1E
Octal 74 104 136 44 34 0 77 342 26 36
Binary 111100 1000100 1011110 100100 11100 0 111111 11100010 10110 11110

Color Harmonies of #3C445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C445E

Black with #3C445E

Text Example


Text Example

White with #3C445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C445E; }

 p { color: rgb(60,68,94); }

 H1.HeaderClassName
 {
   color: #3C445E;
 }
 .AnyTagClassName
 {
   color: #3C445E;
 }
</style>

background-color css

<style>
 a { background-color: #3C445E; }

 a { background-color: rgb(60,68,94); }

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

border-color css

<style>
 span { border-color: #3C445E; }

 span { border-color: rgb(60,68,94); }

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