Html Css Color HEX #3371BF Curious Blue

📋 copy color: '#3371BF'

red 51 ◦ green 113 ◦ blue 191

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

Shades of Curious Blue #3371BF

Tints of Curious Blue #3371BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 14.37%
G = 31.83%
B = 53.8%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3371BF (or 0x3371BF) is known color: Curious Blue. HEX triplet: 33, 71 and BF. RGB value is (51,113,191). Sum of RGB (Red+Green+Blue) = 51+113+191=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #3371BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3371BF is #CC8E40. Grayscale: #666666. Windows color (decimal): -13405761 or 12546355. OLE color: 12546355.

HSL color Cylindrical-coordinate representation of color #3371BF: hue angle of 213.43º 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 #3371BF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 113 191 -
CMYK 0.73 0.41 0 0.25
HSL 213.43º 0.58% 0.47% -
HSV(B) 213.43º 0.73% 0.75% -
XYZ 16.67 16.28 51.55 -
YUV 103.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 51 113 191 0.73 0.41 0 0.25 213.43 0.58 0.47
Hex 33 71 BF 49 29 0 19 D5 3A 2F
Octal 63 161 277 111 51 0 31 325 72 57
Binary 110011 1110001 10111111 1001001 101001 0 11001 11010101 111010 101111

Color Harmonies of #3371BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371BF

Black with #3371BF

Text Example


Text Example

White with #3371BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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