Html Css Color HEX #33415A Gulf Blue

📋 copy color: '#33415A'

red 51 ◦ green 65 ◦ blue 90

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

Shades of Gulf Blue #33415A

Tints of Gulf Blue #33415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 24.76%
G = 31.55%
B = 43.69%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33415A (or 0x33415A) is known color: Gulf Blue. HEX triplet: 33, 41 and 5A. RGB value is (51,65,90). Sum of RGB (Red+Green+Blue) = 51+65+90=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #33415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33415A is #CCBEA5. Grayscale: #3F3F3F. Windows color (decimal): -13418150 or 5914931. OLE color: 5914931.

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

Color convert

RGB 51 65 90 -
CMYK 0.43 0.28 0 0.65
HSL 218.46º 0.28% 0.28% -
HSV(B) 218.46º 0.43% 0.35% -
XYZ 5.1 5.22 10.41 -
YUV 63.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 51 65 90 0.43 0.28 0 0.65 218.46 0.28 0.28
Hex 33 41 5A 2B 1C 0 41 DA 1C 1C
Octal 63 101 132 53 34 0 101 332 34 34
Binary 110011 1000001 1011010 101011 11100 0 1000001 11011010 11100 11100

Color Harmonies of #33415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33415A

Black with #33415A

Text Example


Text Example

White with #33415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33415A; }

 p { color: rgb(51,65,90); }

 H1.HeaderClassName
 {
   color: #33415A;
 }
 .AnyTagClassName
 {
   color: #33415A;
 }
</style>

background-color css

<style>
 a { background-color: #33415A; }

 a { background-color: rgb(51,65,90); }

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

border-color css

<style>
 span { border-color: #33415A; }

 span { border-color: rgb(51,65,90); }

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