Html Css Color HEX #2C385F Gulf Blue

📋 copy color: '#2C385F'

red 44 ◦ green 56 ◦ blue 95

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

Shades of Gulf Blue #2C385F

Tints of Gulf Blue #2C385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 22.56%
G = 28.72%
B = 48.72%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C385F (or 0x2C385F) is known color: Gulf Blue. HEX triplet: 2C, 38 and 5F. RGB value is (44,56,95). Sum of RGB (Red+Green+Blue) = 44+56+95=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C385F is #D3C7A0. Grayscale: #383838. Windows color (decimal): -13879201 or 6240300. OLE color: 6240300.

HSL color Cylindrical-coordinate representation of color #2C385F: hue angle of 225.88º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C385F is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 56 95 -
CMYK 0.54 0.41 0 0.63
HSL 225.88º 0.37% 0.27% -
HSV(B) 225.88º 0.54% 0.37% -
XYZ 4.52 4.19 11.4 -
YUV 56.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 44 56 95 0.54 0.41 0 0.63 225.88 0.37 0.27
Hex 2C 38 5F 36 29 0 3F E2 25 1B
Octal 54 70 137 66 51 0 77 342 45 33
Binary 101100 111000 1011111 110110 101001 0 111111 11100010 100101 11011

Color Harmonies of #2C385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C385F

Black with #2C385F

Text Example


Text Example

White with #2C385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,56,95); }

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

background-color css

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

 a { background-color: rgb(44,56,95); }

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

border-color css

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

 span { border-color: rgb(44,56,95); }

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