Html Css Color HEX #33507D Fun Blue

📋 copy color: '#33507D'

red 51 ◦ green 80 ◦ blue 125

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

Shades of Fun Blue #33507D

Tints of Fun Blue #33507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 19.92%
G = 31.25%
B = 48.83%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33507D (or 0x33507D) is known color: Fun Blue. HEX triplet: 33, 50 and 7D. RGB value is (51,80,125). Sum of RGB (Red+Green+Blue) = 51+80+125=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #33507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33507D is #CCAF82. Grayscale: #4C4C4C. Windows color (decimal): -13414275 or 8212531. OLE color: 8212531.

HSL color Cylindrical-coordinate representation of color #33507D: hue angle of 216.49º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33507D is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 80 125 -
CMYK 0.59 0.36 0 0.51
HSL 216.49º 0.42% 0.35% -
HSV(B) 216.49º 0.59% 0.49% -
XYZ 7.94 7.92 20.51 -
YUV 76.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 51 80 125 0.59 0.36 0 0.51 216.49 0.42 0.35
Hex 33 50 7D 3B 24 0 33 D8 2A 23
Octal 63 120 175 73 44 0 63 330 52 43
Binary 110011 1010000 1111101 111011 100100 0 110011 11011000 101010 100011

Color Harmonies of #33507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33507D

Black with #33507D

Text Example


Text Example

White with #33507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33507D; }

 p { color: rgb(51,80,125); }

 H1.HeaderClassName
 {
   color: #33507D;
 }
 .AnyTagClassName
 {
   color: #33507D;
 }
</style>

background-color css

<style>
 a { background-color: #33507D; }

 a { background-color: rgb(51,80,125); }

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

border-color css

<style>
 span { border-color: #33507D; }

 span { border-color: rgb(51,80,125); }

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