Html Css Color HEX #333D59 Gulf Blue

📋 copy color: '#333D59'

red 51 ◦ green 61 ◦ blue 89

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

Shades of Gulf Blue #333D59

Tints of Gulf Blue #333D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.35%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 25.37%
G = 30.35%
B = 44.28%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#333D59 (or 0x333D59) is known color: Gulf Blue. HEX triplet: 33, 3D and 59. RGB value is (51,61,89). Sum of RGB (Red+Green+Blue) = 51+61+89=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #333D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D59 is #CCC2A6. Grayscale: #3D3D3D. Windows color (decimal): -13419175 or 5848371. OLE color: 5848371.

HSL color Cylindrical-coordinate representation of color #333D59: hue angle of 224.21º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333D59 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 61 89 -
CMYK 0.43 0.31 0 0.65
HSL 224.21º 0.27% 0.27% -
HSV(B) 224.21º 0.43% 0.35% -
XYZ 4.84 4.76 10.12 -
YUV 61.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 51 61 89 0.43 0.31 0 0.65 224.21 0.27 0.27
Hex 33 3D 59 2B 1F 0 41 E0 1B 1B
Octal 63 75 131 53 37 0 101 340 33 33
Binary 110011 111101 1011001 101011 11111 0 1000001 11100000 11011 11011

Color Harmonies of #333D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D59

Black with #333D59

Text Example


Text Example

White with #333D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333D59; }

 p { color: rgb(51,61,89); }

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

background-color css

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

 a { background-color: rgb(51,61,89); }

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

border-color css

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

 span { border-color: rgb(51,61,89); }

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