Html Css Color HEX #33486B Gulf Blue

📋 copy color: '#33486B'

red 51 ◦ green 72 ◦ blue 107

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

Shades of Gulf Blue #33486B

Tints of Gulf Blue #33486B

RGB

 RED value IS 51 (20.31% from 255) = 22.17%

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 107 (42.19% from 255) = 46.52%

R = 22.17%
G = 31.3%
B = 46.52%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33486B (or 0x33486B) is known color: Gulf Blue. HEX triplet: 33, 48 and 6B. RGB value is (51,72,107). Sum of RGB (Red+Green+Blue) = 51+72+107=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #33486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33486B is #CCB794. Grayscale: #454545. Windows color (decimal): -13416341 or 7030835. OLE color: 7030835.

HSL color Cylindrical-coordinate representation of color #33486B: hue angle of 217.5º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33486B is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 72 107 -
CMYK 0.52 0.33 0 0.58
HSL 217.5º 0.35% 0.31% -
HSV(B) 217.5º 0.52% 0.42% -
XYZ 6.34 6.4 14.81 -
YUV 69.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 51 72 107 0.52 0.33 0 0.58 217.5 0.35 0.31
Hex 33 48 6B 34 21 0 3A DA 23 1F
Octal 63 110 153 64 41 0 72 332 43 37
Binary 110011 1001000 1101011 110100 100001 0 111010 11011010 100011 11111

Color Harmonies of #33486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33486B

Black with #33486B

Text Example


Text Example

White with #33486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33486B; }

 p { color: rgb(51,72,107); }

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

background-color css

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

 a { background-color: rgb(51,72,107); }

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

border-color css

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

 span { border-color: rgb(51,72,107); }

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