Html Css Color HEX #2C3F66 Gulf Blue

📋 copy color: '#2C3F66'

red 44 ◦ green 63 ◦ blue 102

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

Shades of Gulf Blue #2C3F66

Tints of Gulf Blue #2C3F66

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 21.05%
G = 30.14%
B = 48.8%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2C3F66 (or 0x2C3F66) is known color: Gulf Blue. HEX triplet: 2C, 3F and 66. RGB value is (44,63,102). Sum of RGB (Red+Green+Blue) = 44+63+102=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C3F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3F66 is #D3C099. Grayscale: #3D3D3D. Windows color (decimal): -13877402 or 6700844. OLE color: 6700844.

HSL color Cylindrical-coordinate representation of color #2C3F66: hue angle of 220.34º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C3F66 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 63 102 -
CMYK 0.57 0.38 0 0.6
HSL 220.34º 0.4% 0.29% -
HSV(B) 220.34º 0.57% 0.4% -
XYZ 5.21 5.05 13.27 -
YUV 61.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 44 63 102 0.57 0.38 0 0.6 220.34 0.4 0.29
Hex 2C 3F 66 39 26 0 3C DC 28 1D
Octal 54 77 146 71 46 0 74 334 50 35
Binary 101100 111111 1100110 111001 100110 0 111100 11011100 101000 11101

Color Harmonies of #2C3F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3F66

Black with #2C3F66

Text Example


Text Example

White with #2C3F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,63,102); }

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

background-color css

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

 a { background-color: rgb(44,63,102); }

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

border-color css

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

 span { border-color: rgb(44,63,102); }

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