Html Css Color HEX #333D5F Gulf Blue

📋 copy color: '#333D5F'

red 51 ◦ green 61 ◦ blue 95

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

Shades of Gulf Blue #333D5F

Tints of Gulf Blue #333D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 24.64%
G = 29.47%
B = 45.89%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#333D5F (or 0x333D5F) is known color: Gulf Blue. HEX triplet: 33, 3D and 5F. RGB value is (51,61,95). Sum of RGB (Red+Green+Blue) = 51+61+95=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #333D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D5F is #CCC2A0. Grayscale: #3D3D3D. Windows color (decimal): -13419169 or 6241587. OLE color: 6241587.

HSL color Cylindrical-coordinate representation of color #333D5F: hue angle of 226.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #333D5F is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 61 95 -
CMYK 0.46 0.36 0 0.63
HSL 226.36º 0.3% 0.29% -
HSV(B) 226.36º 0.46% 0.37% -
XYZ 5.1 4.87 11.5 -
YUV 61.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 51 61 95 0.46 0.36 0 0.63 226.36 0.3 0.29
Hex 33 3D 5F 2E 24 0 3F E2 1E 1D
Octal 63 75 137 56 44 0 77 342 36 35
Binary 110011 111101 1011111 101110 100100 0 111111 11100010 11110 11101

Color Harmonies of #333D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D5F

Black with #333D5F

Text Example


Text Example

White with #333D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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