Html Css Color HEX #33528B Fun Blue

📋 copy color: '#33528B'

red 51 ◦ green 82 ◦ blue 139

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

Shades of Fun Blue #33528B

Tints of Fun Blue #33528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 139 (54.69% from 255) = 51.1%

R = 18.75%
G = 30.15%
B = 51.1%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33528B (or 0x33528B) is known color: Fun Blue. HEX triplet: 33, 52 and 8B. RGB value is (51,82,139). Sum of RGB (Red+Green+Blue) = 51+82+139=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #33528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33528B is #CCAD74. Grayscale: #4E4E4E. Windows color (decimal): -13413749 or 9130547. OLE color: 9130547.

HSL color Cylindrical-coordinate representation of color #33528B: hue angle of 218.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33528B is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 82 139 -
CMYK 0.63 0.41 0 0.45
HSL 218.86º 0.46% 0.37% -
HSV(B) 218.86º 0.63% 0.55% -
XYZ 9.04 8.6 25.61 -
YUV 79.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 51 82 139 0.63 0.41 0 0.45 218.86 0.46 0.37
Hex 33 52 8B 3F 29 0 2D DB 2E 25
Octal 63 122 213 77 51 0 55 333 56 45
Binary 110011 1010010 10001011 111111 101001 0 101101 11011011 101110 100101

Color Harmonies of #33528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33528B

Black with #33528B

Text Example


Text Example

White with #33528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33528B; }

 p { color: rgb(51,82,139); }

 H1.HeaderClassName
 {
   color: #33528B;
 }
 .AnyTagClassName
 {
   color: #33528B;
 }
</style>

background-color css

<style>
 a { background-color: #33528B; }

 a { background-color: rgb(51,82,139); }

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

border-color css

<style>
 span { border-color: #33528B; }

 span { border-color: rgb(51,82,139); }

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