Html Css Color HEX #3386BE Curious Blue

📋 copy color: '#3386BE'

red 51 ◦ green 134 ◦ blue 190

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

Shades of Curious Blue #3386BE

Tints of Curious Blue #3386BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 13.6%
G = 35.73%
B = 50.67%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3386BE (or 0x3386BE) is known color: Curious Blue. HEX triplet: 33, 86 and BE. RGB value is (51,134,190). Sum of RGB (Red+Green+Blue) = 51+134+190=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3386BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386BE is #CC7941. Grayscale: #737373. Windows color (decimal): -13400386 or 12486195. OLE color: 12486195.

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

Color convert

RGB 51 134 190 -
CMYK 0.73 0.29 0 0.25
HSL 204.17º 0.58% 0.47% -
HSV(B) 204.17º 0.73% 0.75% -
XYZ 19.18 21.47 51.85 -
YUV 115.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 51 134 190 0.73 0.29 0 0.25 204.17 0.58 0.47
Hex 33 86 BE 49 1D 0 19 CC 3A 2F
Octal 63 206 276 111 35 0 31 314 72 57
Binary 110011 10000110 10111110 1001001 11101 0 11001 11001100 111010 101111

Color Harmonies of #3386BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3386BE

Black with #3386BE

Text Example


Text Example

White with #3386BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3386BE; }

 p { color: rgb(51,134,190); }

 H1.HeaderClassName
 {
   color: #3386BE;
 }
 .AnyTagClassName
 {
   color: #3386BE;
 }
</style>

background-color css

<style>
 a { background-color: #3386BE; }

 a { background-color: rgb(51,134,190); }

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

border-color css

<style>
 span { border-color: #3386BE; }

 span { border-color: rgb(51,134,190); }

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