Html Css Color HEX #3371BC Curious Blue

📋 copy color: '#3371BC'

red 51 ◦ green 113 ◦ blue 188

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

Shades of Curious Blue #3371BC

Tints of Curious Blue #3371BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 14.49%
G = 32.1%
B = 53.41%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3371BC (or 0x3371BC) is known color: Curious Blue. HEX triplet: 33, 71 and BC. RGB value is (51,113,188). Sum of RGB (Red+Green+Blue) = 51+113+188=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #3371BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3371BC is #CC8E43. Grayscale: #666666. Windows color (decimal): -13405764 or 12349747. OLE color: 12349747.

HSL color Cylindrical-coordinate representation of color #3371BC: hue angle of 212.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3371BC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 113 188 -
CMYK 0.73 0.40 0 0.26
HSL 212.85º 0.57% 0.47% -
HSV(B) 212.85º 0.73% 0.74% -
XYZ 16.35 16.14 49.83 -
YUV 103.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 51 113 188 0.73 0.40 0 0.26 212.85 0.57 0.47
Hex 33 71 BC 49 28 0 1A D5 39 2F
Octal 63 161 274 111 50 0 32 325 71 57
Binary 110011 1110001 10111100 1001001 101000 0 11010 11010101 111001 101111

Color Harmonies of #3371BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371BC

Black with #3371BC

Text Example


Text Example

White with #3371BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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