Html Css Color HEX #2C355C Gulf Blue

📋 copy color: '#2C355C'

red 44 ◦ green 53 ◦ blue 92

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

Shades of Gulf Blue #2C355C

Tints of Gulf Blue #2C355C

RGB

 RED value IS 44 (17.58% from 255) = 23.28%

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 92 (36.33% from 255) = 48.68%

R = 23.28%
G = 28.04%
B = 48.68%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2C355C (or 0x2C355C) is known color: Gulf Blue. HEX triplet: 2C, 35 and 5C. RGB value is (44,53,92). Sum of RGB (Red+Green+Blue) = 44+53+92=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C355C is #D3CAA3. Grayscale: #363636. Windows color (decimal): -13879972 or 6042924. OLE color: 6042924.

HSL color Cylindrical-coordinate representation of color #2C355C: hue angle of 228.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C355C is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 53 92 -
CMYK 0.52 0.42 0 0.64
HSL 228.75º 0.35% 0.27% -
HSV(B) 228.75º 0.52% 0.36% -
XYZ 4.24 3.85 10.65 -
YUV 54.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 44 53 92 0.52 0.42 0 0.64 228.75 0.35 0.27
Hex 2C 35 5C 34 2A 0 40 E5 23 1B
Octal 54 65 134 64 52 0 100 345 43 33
Binary 101100 110101 1011100 110100 101010 0 1000000 11100101 100011 11011

Color Harmonies of #2C355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C355C

Black with #2C355C

Text Example


Text Example

White with #2C355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C355C; }

 p { color: rgb(44,53,92); }

 H1.HeaderClassName
 {
   color: #2C355C;
 }
 .AnyTagClassName
 {
   color: #2C355C;
 }
</style>

background-color css

<style>
 a { background-color: #2C355C; }

 a { background-color: rgb(44,53,92); }

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

border-color css

<style>
 span { border-color: #2C355C; }

 span { border-color: rgb(44,53,92); }

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