Html Css Color HEX #3373BF Curious Blue

📋 copy color: '#3373BF'

red 51 ◦ green 115 ◦ blue 191

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

Shades of Curious Blue #3373BF

Tints of Curious Blue #3373BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 191 (75% from 255) = 53.5%

R = 14.29%
G = 32.21%
B = 53.5%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3373BF (or 0x3373BF) is known color: Curious Blue. HEX triplet: 33, 73 and BF. RGB value is (51,115,191). Sum of RGB (Red+Green+Blue) = 51+115+191=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3373BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373BF is #CC8C40. Grayscale: #686868. Windows color (decimal): -13405249 or 12546867. OLE color: 12546867.

HSL color Cylindrical-coordinate representation of color #3373BF: hue angle of 212.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3373BF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 115 191 -
CMYK 0.73 0.40 0 0.25
HSL 212.57º 0.58% 0.47% -
HSV(B) 212.57º 0.73% 0.75% -
XYZ 16.9 16.73 51.63 -
YUV 104.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 51 115 191 0.73 0.40 0 0.25 212.57 0.58 0.47
Hex 33 73 BF 49 28 0 19 D5 3A 2F
Octal 63 163 277 111 50 0 31 325 72 57
Binary 110011 1110011 10111111 1001001 101000 0 11001 11010101 111010 101111

Color Harmonies of #3373BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3373BF

Black with #3373BF

Text Example


Text Example

White with #3373BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3373BF; }

 p { color: rgb(51,115,191); }

 H1.HeaderClassName
 {
   color: #3373BF;
 }
 .AnyTagClassName
 {
   color: #3373BF;
 }
</style>

background-color css

<style>
 a { background-color: #3373BF; }

 a { background-color: rgb(51,115,191); }

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

border-color css

<style>
 span { border-color: #3373BF; }

 span { border-color: rgb(51,115,191); }

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