Html Css Color HEX #2C3F67 Gulf Blue

📋 copy color: '#2C3F67'

red 44 ◦ green 63 ◦ blue 103

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

Shades of Gulf Blue #2C3F67

Tints of Gulf Blue #2C3F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 20.95%
G = 30%
B = 49.05%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2C3F67 (or 0x2C3F67) is known color: Gulf Blue. HEX triplet: 2C, 3F and 67. RGB value is (44,63,103). Sum of RGB (Red+Green+Blue) = 44+63+103=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C3F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3F67 is #D3C098. Grayscale: #3D3D3D. Windows color (decimal): -13877401 or 6766380. OLE color: 6766380.

HSL color Cylindrical-coordinate representation of color #2C3F67: hue angle of 220.68º 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 #2C3F67 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 44 63 103 -
CMYK 0.57 0.39 0 0.60
HSL 220.68º 0.4% 0.29% -
HSV(B) 220.68º 0.57% 0.4% -
XYZ 5.26 5.07 13.53 -
YUV 61.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 44 63 103 0.57 0.39 0 0.60 220.68 0.4 0.29
Hex 2C 3F 67 39 27 0 3C DD 28 1D
Octal 54 77 147 71 47 0 74 335 50 35
Binary 101100 111111 1100111 111001 100111 0 111100 11011101 101000 11101

Color Harmonies of #2C3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3F67

Black with #2C3F67

Text Example


Text Example

White with #2C3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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