Html Css Color HEX #33445D Gulf Blue

📋 copy color: '#33445D'

red 51 ◦ green 68 ◦ blue 93

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

Shades of Gulf Blue #33445D

Tints of Gulf Blue #33445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 93 (36.72% from 255) = 43.87%

R = 24.06%
G = 32.08%
B = 43.87%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33445D (or 0x33445D) is known color: Gulf Blue. HEX triplet: 33, 44 and 5D. RGB value is (51,68,93). Sum of RGB (Red+Green+Blue) = 51+68+93=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #33445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33445D is #CCBBA2. Grayscale: #414141. Windows color (decimal): -13417379 or 6112307. OLE color: 6112307.

HSL color Cylindrical-coordinate representation of color #33445D: hue angle of 215.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33445D is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 68 93 -
CMYK 0.45 0.27 0 0.64
HSL 215.71º 0.29% 0.28% -
HSV(B) 215.71º 0.45% 0.36% -
XYZ 5.41 5.63 11.16 -
YUV 65.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 51 68 93 0.45 0.27 0 0.64 215.71 0.29 0.28
Hex 33 44 5D 2D 1B 0 40 D8 1D 1C
Octal 63 104 135 55 33 0 100 330 35 34
Binary 110011 1000100 1011101 101101 11011 0 1000000 11011000 11101 11100

Color Harmonies of #33445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33445D

Black with #33445D

Text Example


Text Example

White with #33445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33445D; }

 p { color: rgb(51,68,93); }

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

background-color css

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

 a { background-color: rgb(51,68,93); }

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

border-color css

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

 span { border-color: rgb(51,68,93); }

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