Html Css Color HEX #324263 Gulf Blue

📋 copy color: '#324263'

red 50 ◦ green 66 ◦ blue 99

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

Shades of Gulf Blue #324263

Tints of Gulf Blue #324263

RGB

 RED value IS 50 (19.92% from 255) = 23.26%

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 23.26%
G = 30.7%
B = 46.05%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324263 (or 0x324263) is known color: Gulf Blue. HEX triplet: 32, 42 and 63. RGB value is (50,66,99). Sum of RGB (Red+Green+Blue) = 50+66+99=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #324263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324263 is #CDBD9C. Grayscale: #404040. Windows color (decimal): -13483421 or 6505010. OLE color: 6505010.

HSL color Cylindrical-coordinate representation of color #324263: hue angle of 220.41º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324263 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 66 99 -
CMYK 0.49 0.33 0 0.61
HSL 220.41º 0.33% 0.29% -
HSV(B) 220.41º 0.49% 0.39% -
XYZ 5.52 5.48 12.57 -
YUV 64.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 50 66 99 0.49 0.33 0 0.61 220.41 0.33 0.29
Hex 32 42 63 31 21 0 3D DC 21 1D
Octal 62 102 143 61 41 0 75 334 41 35
Binary 110010 1000010 1100011 110001 100001 0 111101 11011100 100001 11101

Color Harmonies of #324263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324263

Black with #324263

Text Example


Text Example

White with #324263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324263; }

 p { color: rgb(50,66,99); }

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

background-color css

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

 a { background-color: rgb(50,66,99); }

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

border-color css

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

 span { border-color: rgb(50,66,99); }

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