Html Css Color HEX #333F61 Gulf Blue

📋 copy color: '#333F61'

red 51 ◦ green 63 ◦ blue 97

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

Shades of Gulf Blue #333F61

Tints of Gulf Blue #333F61

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 24.17%
G = 29.86%
B = 45.97%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#333F61 (or 0x333F61) is known color: Gulf Blue. HEX triplet: 33, 3F and 61. RGB value is (51,63,97). Sum of RGB (Red+Green+Blue) = 51+63+97=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #333F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F61 is #CCC09E. Grayscale: #3F3F3F. Windows color (decimal): -13418655 or 6373171. OLE color: 6373171.

HSL color Cylindrical-coordinate representation of color #333F61: hue angle of 224.35º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333F61 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 63 97 -
CMYK 0.47 0.35 0 0.62
HSL 224.35º 0.31% 0.29% -
HSV(B) 224.35º 0.47% 0.38% -
XYZ 5.3 5.12 12.02 -
YUV 63.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 51 63 97 0.47 0.35 0 0.62 224.35 0.31 0.29
Hex 33 3F 61 2F 23 0 3E E0 1F 1D
Octal 63 77 141 57 43 0 76 340 37 35
Binary 110011 111111 1100001 101111 100011 0 111110 11100000 11111 11101

Color Harmonies of #333F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F61

Black with #333F61

Text Example


Text Example

White with #333F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,63,97); }

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

background-color css

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

 a { background-color: rgb(51,63,97); }

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

border-color css

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

 span { border-color: rgb(51,63,97); }

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